diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index 87f0b01507a897db26eafd19a2cced283dee7208..135ef85d5bce0b05bb15beeb7707ab1db7fe966f 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.32 2006/09/03 22:15:32 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.33 2006/09/03 22:23:58 tgl Exp $ --> <chapter id="plpython"> <title>PL/Python - Python Procedural Language</title> @@ -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>