Skip to content

Commit 7792c0c

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

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
@@ -569,7 +569,7 @@ CREATE FUNCTION make_pair (name text, value integer)
569569
RETURNS named_value
570570
AS $$
571571
return ( name, value )
572-
# or alternatively, as tuple: return [ name, value ]
572+
# or alternatively, as list: return [ name, value ]
573573
$$ LANGUAGE plpythonu;
574574
</programlisting>
575575

0 commit comments

Comments
 (0)