Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cb2bab1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/plpython.sgml

+1-1
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)