]> granicus.if.org Git - python/commitdiff
Issue #27327: fix doc typo, noted by Jakub Wilk.
authorNed Deily <nad@python.org>
Wed, 15 Jun 2016 22:06:32 +0000 (18:06 -0400)
committerNed Deily <nad@python.org>
Wed, 15 Jun 2016 22:06:32 +0000 (18:06 -0400)
Doc/library/re.rst

index 18d5596794f6d65becfca6248c480a8eef1e6727..569b5223323f8f8c6c1502760941657a5ebeaf65 100644 (file)
@@ -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.