summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-02-02 11:28:42 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-02-02 11:28:42 (GMT)
commit8f59021a108ab9b002877783b76d36377af4e6e2 (patch)
treee93e227333239036c3a7155d84a0cdddb548e1d2 /Doc
parent48fb3c46cfe267779e091534f259bae0c710d29d (diff)
parentd4198c42349206149fa7b94097137eb4fc9b02e8 (diff)
downloadcpython-8f59021a108ab9b002877783b76d36377af4e6e2.zip
cpython-8f59021a108ab9b002877783b76d36377af4e6e2.tar.gz
cpython-8f59021a108ab9b002877783b76d36377af4e6e2.tar.bz2
Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/zipfile.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst
index 54f9b4b..b00e26d 100644
--- a/Doc/library/zipfile.rst
+++ b/Doc/library/zipfile.rst
@@ -246,7 +246,7 @@ ZipFile Objects
If a member filename is an absolute path, a drive/UNC sharepoint and
leading (back)slashes will be stripped, e.g.: ``///foo/bar`` becomes
- ``foo/bar`` on Unix, and ``ะก:\foo\bar`` becomes ``foo\bar`` on Windows.
+ ``foo/bar`` on Unix, and ``C:\foo\bar`` becomes ``foo\bar`` on Windows.
And all ``".."`` components in a member filename will be removed, e.g.:
``../../foo../../ba..r`` becomes ``foo../ba..r``. On Windows illegal
characters (``:``, ``<``, ``>``, ``|``, ``"``, ``?``, and ``*``)