mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Escaped backslashes in docstrings.
This commit is contained in:
parent
72dcb0a765
commit
9f8a8910a4
7 changed files with 13 additions and 13 deletions
|
@ -152,7 +152,7 @@ def decode(ew):
|
|||
then from the resulting bytes into unicode using the specified charset. If
|
||||
the cte-decoded string does not successfully decode using the specified
|
||||
character set, a defect is added to the defects list and the unknown octets
|
||||
are replaced by the unicode 'unknown' character \uFDFF.
|
||||
are replaced by the unicode 'unknown' character \\uFDFF.
|
||||
|
||||
The specified charset and language are returned. The default for language,
|
||||
which is rarely if ever encountered, is the empty string.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue