diff options
author | Tom Lane | 2006-09-03 22:15:32 +0000 |
---|---|---|
committer | Tom Lane | 2006-09-03 22:15:32 +0000 |
commit | f3a85afea2856ae606afc1eaf818cef30df0feaf (patch) | |
tree | 08cc4d58197887c1af8a6d621206d3bfb36a1e10 | |
parent | d55307a39e15764a845fcc23b4bc0789d69ade10 (diff) |
Fix broken markup.
-rw-r--r-- | doc/src/sgml/plpython.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index a4a6119139..1a63c8447f 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -200,6 +200,7 @@ $$ LANGUAGE plpythonu; the corresponding position. </para> </listitem> + </varlistentry> <varlistentry> <term>Mapping (dictionary)</term> @@ -221,6 +222,7 @@ $$ LANGUAGE plpythonu; <symbol>None</symbol> with the corresponding column name as the key. </para> </listitem> + </varlistentry> <varlistentry> <term>Object (any object providing method <literal>__getattr__</literal>)</term> |