]> granicus.if.org Git - python/commitdiff
Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 2 Feb 2013 11:27:02 +0000 (13:27 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 2 Feb 2013 11:27:02 +0000 (13:27 +0200)
Doc/library/zipfile.rst

index df24bb737ed2f7dc6a6fe091ec0ae9c5e1c5a390..cf62d497cb42eee900474a4e5edac52f20e755ec 100644 (file)
@@ -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 ``*``)