From 44f68fc7bd462bea0e9e434f7a21c17e26274d31 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 23 Sep 2002 23:20:38 +0000 Subject: [PATCH] Fix broken markup. --- doc/src/sgml/pygresql.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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). -- 2.40.0