diff options
Diffstat (limited to 'Doc/library/zipfile.rst')
-rw-r--r-- | Doc/library/zipfile.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index ccc3114..7257b35 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -223,7 +223,7 @@ ZipFile Objects .. note:: There is no official file name encoding for ZIP files. If you have unicode file - names, please convert them to byte strings in your desired encoding before + names, you must convert them to byte strings in your desired encoding before passing them to :meth:`write`. WinZip interprets all file names as encoded in CP437, also known as DOS Latin. |