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

Skip to content

Commit d4198c4

Browse files
Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972.
2 parents e080a7a + 44b8cbf commit d4198c4

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
@@ -246,7 +246,7 @@ ZipFile Objects
246246

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

0 commit comments

Comments
 (0)