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.