From: Ned Deily Date: Wed, 15 Jun 2016 22:06:32 +0000 (-0400) Subject: Issue #27327: fix doc typo, noted by Jakub Wilk. X-Git-Tag: v3.6.0a3~136^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dccc5edfa15890fb17afda19ab40b33810afab83;p=python Issue #27327: fix doc typo, noted by Jakub Wilk. --- diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 18d5596794..569b522332 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -443,7 +443,7 @@ three digits in length. The ``'\u'`` and ``'\U'`` escape sequences have been added. .. 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.