Issue #27327: fix doc typo, noted by Jakub Wilk.

This commit is contained in:
Ned Deily 2016-06-15 18:06:32 -04:00
parent 694de3bff7
commit dccc5edfa1
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ three digits in length.
The ``'\u'`` and ``'\U'`` escape sequences have been added. The ``'\u'`` and ``'\U'`` escape sequences have been added.
.. deprecated-removed:: 3.5 3.6 .. deprecated-removed:: 3.5 3.6
Unknown escapes consist of ``'\'`` and ASCII letter now raise a Unknown escapes consisting of ``'\'`` and ASCII letter now raise a
deprecation warning and will be forbidden in Python 3.6. deprecation warning and will be forbidden in Python 3.6.