summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-06-15 22:06:32 (GMT)
committerNed Deily <nad@python.org>2016-06-15 22:06:32 (GMT)
commitdccc5edfa15890fb17afda19ab40b33810afab83 (patch)
treed97be263421f5bd8667dc8d203a0bb93a8ca100b
parent694de3bff7f50eb8f5b3d2460c50825fa66c46c8 (diff)
downloadcpython-dccc5edfa15890fb17afda19ab40b33810afab83.zip
cpython-dccc5edfa15890fb17afda19ab40b33810afab83.tar.gz
cpython-dccc5edfa15890fb17afda19ab40b33810afab83.tar.bz2
Issue #27327: fix doc typo, noted by Jakub Wilk.
-rw-r--r--Doc/library/re.rst2
1 files changed, 1 insertions, 1 deletions
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.