Title: [934] Fix typo in docs
- Revision
- 934
- Author
- cito
- Date
- 2018-04-23 08:42:23 -0400 (Mon, 23 Apr 2018)
Log Message
Fix typo in docs
Modified Paths
Diff
Modified: branches/5.0.x/docs/contents/pgdb/cursor.rst (933 => 934)
--- branches/5.0.x/docs/contents/pgdb/cursor.rst 2018-04-22 18:16:20 UTC (rev 933)
+++ branches/5.0.x/docs/contents/pgdb/cursor.rst 2018-04-23 12:42:23 UTC (rev 934)
@@ -55,7 +55,7 @@
:meth:`Cursor.execute` or :meth:`Cursor.executemany` call produced
(for DQL statements like SELECT) or affected (for DML statements like
UPDATE or INSERT). It is also set by the :meth:`Cursor.copy_from` and
- :meth':`Cursor.copy_to` methods. The attribute is -1 in case no such
+ :meth:`Cursor.copy_to` methods. The attribute is -1 in case no such
method call has been performed on the cursor or the rowcount of the
last operation cannot be determined by the interface.
Modified: trunk/docs/contents/pgdb/cursor.rst (933 => 934)
--- trunk/docs/contents/pgdb/cursor.rst 2018-04-22 18:16:20 UTC (rev 933)
+++ trunk/docs/contents/pgdb/cursor.rst 2018-04-23 12:42:23 UTC (rev 934)
@@ -55,7 +55,7 @@
:meth:`Cursor.execute` or :meth:`Cursor.executemany` call produced
(for DQL statements like SELECT) or affected (for DML statements like
UPDATE or INSERT). It is also set by the :meth:`Cursor.copy_from` and
- :meth':`Cursor.copy_to` methods. The attribute is -1 in case no such
+ :meth:`Cursor.copy_to` methods. The attribute is -1 in case no such
method call has been performed on the cursor or the rowcount of the
last operation cannot be determined by the interface.
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql