From 676d1b4e67d5ad19b47694078ff55395323a994c Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 3 Sep 2006 22:23:58 +0000 Subject: [PATCH] Remove duplicated index entry. --- doc/src/sgml/plpython.sgml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index 87f0b01507..135ef85d5b 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -1,4 +1,4 @@ - + PL/Python - Python Procedural Language @@ -256,9 +256,7 @@ $$ LANGUAGE plpythonu; If you do not provide a return value, Python returns the default None. PL/Python translates - Python's None into the SQL null - value.null valuein PL/Python + Python's None into the SQL null value. -- 2.11.0