summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2006-09-03 22:23:58 +0000
committerTom Lane2006-09-03 22:23:58 +0000
commit1f0fb52f9b499975128ca819098ed6b77af718f6 (patch)
treecab229a8510f9215e41cda46d84f950d016d0dc9
parentf3a85afea2856ae606afc1eaf818cef30df0feaf (diff)
Remove duplicated index entry.
-rw-r--r--doc/src/sgml/plpython.sgml4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml
index 1a63c8447f..45d03f7e86 100644
--- a/doc/src/sgml/plpython.sgml
+++ b/doc/src/sgml/plpython.sgml
@@ -256,9 +256,7 @@ $$ LANGUAGE plpythonu;
<para>
If you do not provide a return value, Python returns the default
<symbol>None</symbol>. <application>PL/Python</application> translates
- Python's <symbol>None</symbol> into the SQL null
- value.<indexterm><primary>null value</><secondary
- sortas="PL/Python">in PL/Python</></indexterm>
+ Python's <symbol>None</symbol> into the SQL null value.
</para>
<para>