Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit44f68fc

Browse files
committed
Fix broken markup.
1 parent233ecca commit44f68fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/pygresql.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/pygresql.sgml,v 1.7 2002/09/2321:10:12 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/pygresql.sgml,v 1.8 2002/09/2323:20:38 tgl Exp $ -->
22

33
<chapter id="pygresql">
44
<title><application>PyGreSQL</application> - <application>Python</application> Interface</title>
@@ -4094,7 +4094,7 @@ seek(<parameter>offset</parameter>, <parameter>whence</parameter>)
40944094
<para>
40954095
<function>seek()</function> method allows to move the cursor position
40964096
in the large object. The whence parameter can be obtained by OR-ing the constants defined in the
4097-
<literal>pg</literal> module (<literal>SEEK_SET</>, <>SEEK_CUR</>, <>SEEK_END</literal>).
4097+
<literal>pg</literal> module (<literal>SEEK_SET</>, <literal>SEEK_CUR</>, <literal>SEEK_END</literal>).
40984098
</para>
40994099
</refsect1>
41004100

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp