Escaped backslashes in docstrings.

This commit is contained in:
Serhiy Storchaka 2015-04-03 18:13:23 +03:00
commit 50ef0f41af
7 changed files with 13 additions and 13 deletions

View file

@ -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 = {}