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

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