From: Denis Laxalde Date: Tue, 16 Aug 2022 14:17:29 +0000 (+0200) Subject: docs: fix a typo in FileWriter docstring X-Git-Tag: 3.1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44b752504ea12140614f3f42f0cfb055cac938dc;p=thirdparty%2Fpsycopg.git docs: fix a typo in FileWriter docstring --- diff --git a/psycopg/psycopg/copy.py b/psycopg/psycopg/copy.py index 286c223c9..cca5e8572 100644 --- a/psycopg/psycopg/copy.py +++ b/psycopg/psycopg/copy.py @@ -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. """