diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2019-09-08 10:26:35 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2019-09-08 10:27:29 +0200 |
commit | 8e929a4667a1f4f97c5447f54b8176b0ee15aa7d (patch) | |
tree | ca395028a0d737fdaae6998836e4e7d97fad34e7 /doc/src/sgml/plpython.sgml | |
parent | db438318997b75f4b40c61258da56384039fa43f (diff) | |
download | postgresql-8e929a4667a1f4f97c5447f54b8176b0ee15aa7d.tar.gz postgresql-8e929a4667a1f4f97c5447f54b8176b0ee15aa7d.zip |
doc: Clean up title case use
Note: Following existing practice, titles of formalpara and step are
not titlecased.
Diffstat (limited to 'doc/src/sgml/plpython.sgml')
-rw-r--r-- | doc/src/sgml/plpython.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index 60a59074640..31458e71a89 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -665,7 +665,7 @@ CALL python_triple(5, 10); </sect2> <sect2> - <title>Set-returning Functions</title> + <title>Set-Returning Functions</title> <para> A <application>PL/Python</application> function can also return sets of scalar or composite types. There are several ways to achieve this because |