mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Escaped backslashes in docstrings.
This commit is contained in:
parent
72dcb0a765
commit
9f8a8910a4
7 changed files with 13 additions and 13 deletions
|
@ -1061,7 +1061,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