]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix typo: "reurned"
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 12 Aug 2022 01:25:42 +0000 (03:25 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 12 Aug 2022 01:25:42 +0000 (03:25 +0200)
Reurned... ⚱️ ->⚱️

psycopg/psycopg/copy.py

index bec670b7ac33f9ef1227f1a4606e2e5f1b51416b..286c223c97bd8732d4599d7ca8d59825b434cf3c 100644 (file)
@@ -131,7 +131,7 @@ class BaseCopy(Generic[ConnectionType]):
 
         - On :sql:`COPY TO`, `!set_types()` allows to specify what types the
           operation returns. If `!set_types()` is not used, the data will be
-          reurned as unparsed strings or bytes instead of Python objects.
+          returned as unparsed strings or bytes instead of Python objects.
 
         - On :sql:`COPY FROM`, `!set_types()` allows to choose what type the
           database expects. This is especially useful in binary copy, because