Escaped backslashes in docstrings.

This commit is contained in:
Serhiy Storchaka 2015-04-03 18:12:41 +03:00
parent 72dcb0a765
commit 9f8a8910a4
7 changed files with 13 additions and 13 deletions

View file

@ -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.