mirror of
https://github.com/python/cpython.git
synced 2025-09-09 18:32:22 +00:00
Escaped backslashes in docstrings.
This commit is contained in:
commit
50ef0f41af
7 changed files with 13 additions and 13 deletions
|
@ -1065,7 +1065,7 @@ def make_encoding_map(decoding_map):
|
|||
during translation.
|
||||
|
||||
One example where this happens is cp875.py which decodes
|
||||
multiple character to \u001a.
|
||||
multiple character to \\u001a.
|
||||
|
||||
"""
|
||||
m = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue