Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44b8cbf

Browse files
Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972.
1 parent 1a4ed4c commit 44b8cbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/zipfile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ ZipFile Objects
218218

219219
If a member filename is an absolute path, a drive/UNC sharepoint and
220220
leading (back)slashes will be stripped, e.g.: ``///foo/bar`` becomes
221-
``foo/bar`` on Unix, and ``С:\foo\bar`` becomes ``foo\bar`` on Windows.
221+
``foo/bar`` on Unix, and ``C:\foo\bar`` becomes ``foo\bar`` on Windows.
222222
And all ``".."`` components in a member filename will be removed, e.g.:
223223
``../../foo../../ba..r`` becomes ``foo../ba..r``. On Windows illegal
224224
characters (``:``, ``<``, ``>``, ``|``, ``"``, ``?``, and ``*``)

0 commit comments

Comments
 (0)