[Python-checkins] cpython (2.7): 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:29 CET 2013


http://hg.python.org/cpython/rev/b6b707063991
changeset: 81924:b6b707063991
branch: 2.7
user: Serhiy Storchaka <storchaka at gmail.com>
date: Sat Feb 02 13:27:02 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

AltStyle によって変換されたページ (->オリジナル) /