summaryrefslogtreecommitdiff
path: root/Doc/library/string.rst
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2017-10-14 21:22:41 +0900
committerGitHub <noreply@github.com>2017-10-14 21:22:41 +0900
commit073150db39408c1800e4b9e895ad0b0e195f1056 (patch)
tree1a9782476027a800bc369db8a7bc1b130303fac0 /Doc/library/string.rst
parentcd195e2a7ac5c9b2574d5462752b7939641de4a9 (diff)
downloadcpython-git-073150db39408c1800e4b9e895ad0b0e195f1056.tar.gz
bpo-31672: doc: Remove one sentence from library/string.rst (GH-3990)
This sentence is removed while backporting to 3.6 branch. See https://github.com/python/cpython/pull/3982#discussion_r144555768
Diffstat (limited to 'Doc/library/string.rst')
-rw-r--r--Doc/library/string.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/string.rst b/Doc/library/string.rst
index 1076cdb234..5b25428525 100644
--- a/Doc/library/string.rst
+++ b/Doc/library/string.rst
@@ -765,7 +765,7 @@ attributes:
While *flags* is kept to ``re.IGNORECASE`` for backward compatibility,
you can override it to ``0`` or ``re.IGNORECASE | re.ASCII`` when
- subclassing. It's simple way to avoid unexpected match like above example.
+ subclassing.
.. versionchanged:: 3.7
*braceidpattern* can be used to define separate patterns used inside and