Skip to content

Commit f4f97e9

Browse files
committed
doc: Fix mistake in PL/Python documentation
Small thinko introduced by 94aceed Reported-by: nassehk@gmail.com
1 parent aa2215d commit f4f97e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/plpython.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ CREATE FUNCTION make_pair (name text, value integer)
573573
RETURNS named_value
574574
AS $$
575575
return ( name, value )
576-
# or alternatively, as tuple: return [ name, value ]
576+
# or alternatively, as list: return [ name, value ]
577577
$$ LANGUAGE plpythonu;
578578
</programlisting>
579579

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy