From: Daniele Varrazzo Date: Wed, 10 Feb 2021 15:02:42 +0000 (+0100) Subject: Of of fixing typos X-Git-Tag: 3.0.dev0~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f45cef41c4a3d227a9957b36522d93f4e4201a41;p=thirdparty%2Fpsycopg.git Of of fixing typos --- diff --git a/psycopg3/psycopg3/copy.py b/psycopg3/psycopg3/copy.py index 996b8e5d4..9fe7846a3 100644 --- a/psycopg3/psycopg3/copy.py +++ b/psycopg3/psycopg3/copy.py @@ -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: