]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix a typo in FileWriter docstring
authorDenis Laxalde <denis.laxalde@dalibo.com>
Tue, 16 Aug 2022 14:17:29 +0000 (16:17 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 16 Aug 2022 20:09:19 +0000 (22:09 +0200)
psycopg/psycopg/copy.py

index 286c223c97bd8732d4599d7ca8d59825b434cf3c..cca5e8572d9ba201fb0d47287a1b716e6808b8e1 100644 (file)
@@ -453,7 +453,7 @@ class FileWriter(Writer):
     """
     A `Writer` to write copy data to a file-like object.
 
-    :param file: the file where to write copy data. It muse be open for writing
+    :param file: the file where to write copy data. It must be open for writing
         in binary mode.
     """