diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2006-10-23 18:10:32 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2006-10-23 18:10:32 +0000 |
commit | 0f763503ff3ccdc1255b5dd3add0eff1f6d32162 (patch) | |
tree | 851d9bf64dc04b2408c1a56e316ff93de75a9974 /doc/src/sgml/plpython.sgml | |
parent | 033cb9d30b21f5503f1747f0e5c73ee017e81791 (diff) |
Spellchecking and such
Diffstat (limited to 'doc/src/sgml/plpython.sgml')
-rw-r--r-- | doc/src/sgml/plpython.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index 23e2dfeba9d..d6f5aa3d96a 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.35 2006/10/21 18:33:05 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.36 2006/10/23 18:10:31 petere Exp $ --> <chapter id="plpython"> <title>PL/Python - Python Procedural Language</title> @@ -65,7 +65,7 @@ $$ LANGUAGE plpythonu; <varname>args[]</varname>; named arguments are also passed as ordinary variables to the Python script. The result is returned from the Python code in the usual way, with <literal>return</literal> or - <literal>yield</literal> (in case of a resultset statement). + <literal>yield</literal> (in case of a result-set statement). </para> <para> |