]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Fix typo in comment
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 2 Jan 2022 18:59:02 +0000 (19:59 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 2 Jan 2022 19:47:18 +0000 (20:47 +0100)
psycopg/psycopg/cursor.py

index ee3559510e6652237275f899fb13c22e8c00f36b..5833122dbe311bc65a4a5cf52b76f8eb438a99a1 100644 (file)
@@ -228,7 +228,7 @@ class BaseCursor(Generic[ConnectionType, Row]):
         if self._results:
             self._set_result(0)
 
-        # Override rowcout for the first result. Calls to nextset() will change
+        # Override rowcount for the first result. Calls to nextset() will change
         # it to the value of that result only, but we hope nobody will notice.
         # You haven't read this comment.
         self._rowcount = nrows