[Python-checkins] cpython (3.5): Issue #27327: fix doc typo, noted by Jakub Wilk.

ned.deily python-checkins at python.org
Wed Jun 15 18:10:27 EDT 2016


https://hg.python.org/cpython/rev/2a7dd5414485
changeset:   102058:2a7dd5414485
branch:      3.5
parent:      102055:51fe72949245
user:        Ned Deily <nad at python.org>
date:        Wed Jun 15 18:06:32 2016 -0400
summary:
  Issue #27327: fix doc typo, noted by Jakub Wilk.

files:
  Doc/library/re.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/re.rst b/Doc/library/re.rst
--- a/Doc/library/re.rst
+++ b/Doc/library/re.rst
@@ -443,7 +443,7 @@
    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.
 
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list