doc: Fix mistake in PL/Python documentation

Small thinko introduced by 94aceed317

Reported-by: nassehk@gmail.com
pull/77/head
Peter Eisentraut 4 years ago
parent 4d7c3e3447
commit cb2bab14ff
  1. 2
      doc/src/sgml/plpython.sgml

@ -573,7 +573,7 @@ CREATE FUNCTION make_pair (name text, value integer)
RETURNS named_value
AS $$
return ( name, value )
# or alternatively, as tuple: return [ name, value ]
# or alternatively, as list: return [ name, value ]
$$ LANGUAGE plpythonu;
</programlisting>

Loading…
Cancel
Save