diff options
author | Tom Lane | 2006-09-03 22:23:58 +0000 |
---|---|---|
committer | Tom Lane | 2006-09-03 22:23:58 +0000 |
commit | 1f0fb52f9b499975128ca819098ed6b77af718f6 (patch) | |
tree | cab229a8510f9215e41cda46d84f950d016d0dc9 | |
parent | f3a85afea2856ae606afc1eaf818cef30df0feaf (diff) |
Remove duplicated index entry.
-rw-r--r-- | doc/src/sgml/plpython.sgml | 4 |
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> |