[Python-checkins] bpo-31672: doc: Remove one sentence from library/string.rst (GH-3990)

INADA Naoki webhook-mailer at python.org
Sat Oct 14 08:22:46 EDT 2017


https://github.com/python/cpython/commit/073150db39408c1800e4b9e895ad0b0e195f1056
commit: 073150db39408c1800e4b9e895ad0b0e195f1056
branch: master
author: INADA Naoki <methane at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2017-10-14T21:22:41+09:00
summary:

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

files:
M Doc/library/string.rst

diff --git a/Doc/library/string.rst b/Doc/library/string.rst
index 1076cdb2346..5b254285257 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



More information about the Python-checkins mailing list