aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-09-23 23:20:38 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-09-23 23:20:38 +0000
commit44f68fc7bd462bea0e9e434f7a21c17e26274d31 (patch)
treefc60d94e988e5d76e765c02eb00ccc1c9bb5fff3
parent233ecca7c91b900984faf6f8cfdeec75589778ae (diff)
downloadpostgresql-44f68fc7bd462bea0e9e434f7a21c17e26274d31.tar.gz
postgresql-44f68fc7bd462bea0e9e434f7a21c17e26274d31.zip
Fix broken markup.
-rw-r--r--doc/src/sgml/pygresql.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/pygresql.sgml b/doc/src/sgml/pygresql.sgml
index e739e3d5e06..8a002036bbf 100644
--- a/doc/src/sgml/pygresql.sgml
+++ b/doc/src/sgml/pygresql.sgml
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/pygresql.sgml,v 1.7 2002/09/23 21:10:12 petere Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/pygresql.sgml,v 1.8 2002/09/23 23:20:38 tgl Exp $ -->
<chapter id="pygresql">
<title><application>PyGreSQL</application> - <application>Python</application> Interface</title>
@@ -4094,7 +4094,7 @@ seek(<parameter>offset</parameter>, <parameter>whence</parameter>)
<para>
<function>seek()</function> method allows to move the cursor position
in the large object. The whence parameter can be obtained by OR-ing the constants defined in the
- <literal>pg</literal> module (<literal>SEEK_SET</>, <>SEEK_CUR</>, <>SEEK_END</literal>).
+ <literal>pg</literal> module (<literal>SEEK_SET</>, <literal>SEEK_CUR</>, <literal>SEEK_END</literal>).
</para>
</refsect1>