]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Of of fixing typos
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Feb 2021 15:02:42 +0000 (16:02 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Feb 2021 15:02:42 +0000 (16:02 +0100)
psycopg3/psycopg3/copy.py

index 996b8e5d46a4502c4b8b3c1f16562b815a463056..9fe7846a394dc4df0129a0a8dd9fa11a61df25fa 100644 (file)
@@ -193,7 +193,7 @@ class Copy(BaseCopy["Connection"]):
         """
         Iterate on the result of a :sql:`COPY TO` operation record by record.
 
-        Note that the records returned will be tuples of of unparsed strings or
+        Note that the records returned will be tuples of unparsed strings or
         bytes, unless data types are specified using `set_types()`.
         """
         while True: