]> 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:57:54 +0000 (20:57 +0100)
psycopg/psycopg/cursor.py

index 86aff02c9820cb984800b31d09a41c702fb858bc..64798485b71b761dbd4f57885d2e7333fce3ce8f 100644 (file)
@@ -225,7 +225,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