From dccc5edfa15890fb17afda19ab40b33810afab83 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Wed, 15 Jun 2016 18:06:32 -0400 Subject: Issue #27327: fix doc typo, noted by Jakub Wilk. --- Doc/library/re.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 18d5596..569b522 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. -- cgit v0.12