[Python-checkins] cpython (merge 3.3 -> default): Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972.

serhiy.storchaka python-checkins at python.org
Sat Feb 2 12:30:33 CET 2013


http://hg.python.org/cpython/rev/25294188c4ea
changeset:   81927:25294188c4ea
parent:      81922:4ab386b00aaf
parent:      81926:785b8b49c3bf
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sat Feb 02 13:28:42 2013 +0200
summary:
  Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972.

files:
  Doc/library/zipfile.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst
--- a/Doc/library/zipfile.rst
+++ b/Doc/library/zipfile.rst
@@ -246,7 +246,7 @@
 
       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 ``*``)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list