From f45cef41c4a3d227a9957b36522d93f4e4201a41 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 10 Feb 2021 16:02:42 +0100 Subject: [PATCH] Of of fixing typos --- psycopg3/psycopg3/copy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2