aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-09-03 22:15:32 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-09-03 22:15:32 +0000
commit4ae15f29f799bf15c9ef12fff038ed4ba92cc83c (patch)
tree18493c02798dbec5a4c7a9046848da080f4dd9e4
parent6ca09ad70347d75967d27a0eaec4c3487bc8eb53 (diff)
downloadpostgresql-4ae15f29f799bf15c9ef12fff038ed4ba92cc83c.tar.gz
postgresql-4ae15f29f799bf15c9ef12fff038ed4ba92cc83c.zip
Fix broken markup.
-rw-r--r--doc/src/sgml/plpython.sgml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml
index a0cce540c54..87f0b01507a 100644
--- a/doc/src/sgml/plpython.sgml
+++ b/doc/src/sgml/plpython.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.31 2006/09/02 12:30:01 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.32 2006/09/03 22:15:32 tgl Exp $ -->
<chapter id="plpython">
<title>PL/Python - Python Procedural Language</title>
@@ -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>