summaryrefslogtreecommitdiff
path: root/Lib/email/_encoded_words.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-04-03 18:12:41 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2015-04-03 18:12:41 +0300
commit6d71dec3b725c4a9bd801fec2a5900793474c754 (patch)
tree8a5002d2182518043ceb74ea014965cd43709839 /Lib/email/_encoded_words.py
parentbbb934579170c12d1e475a0c48f32a42fa9ccfed (diff)
downloadcpython-6d71dec3b725c4a9bd801fec2a5900793474c754.tar.gz
Escaped backslashes in docstrings.
Diffstat (limited to 'Lib/email/_encoded_words.py')
-rw-r--r--Lib/email/_encoded_words.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/_encoded_words.py b/Lib/email/_encoded_words.py
index 9e0cc75b01..5eaab36ed0 100644
--- a/Lib/email/_encoded_words.py
+++ b/Lib/email/_encoded_words.py
@@ -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.