From: Tom Lane Date: Mon, 23 Sep 2002 23:20:38 +0000 (+0000) Subject: Fix broken markup. X-Git-Tag: REL7_3~405 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44f68fc7bd462bea0e9e434f7a21c17e26274d31;p=postgresql Fix broken markup. --- diff --git a/doc/src/sgml/pygresql.sgml b/doc/src/sgml/pygresql.sgml index e739e3d5e0..8a002036bb 100644 --- a/doc/src/sgml/pygresql.sgml +++ b/doc/src/sgml/pygresql.sgml @@ -1,4 +1,4 @@ - + <application>PyGreSQL</application> - <application>Python</application> Interface @@ -4094,7 +4094,7 @@ seek(offset, whence) seek() 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 - pg module (SEEK_SET, <>SEEK_CUR, <>SEEK_END). + pg module (SEEK_SET, SEEK_CUR, SEEK_END).