]> granicus.if.org Git - python/commitdiff
bpo-31672: doc: Remove one sentence from library/string.rst (GH-3990)
authorINADA Naoki <methane@users.noreply.github.com>
Sat, 14 Oct 2017 12:22:41 +0000 (21:22 +0900)
committerGitHub <noreply@github.com>
Sat, 14 Oct 2017 12:22:41 +0000 (21:22 +0900)
This sentence is removed while backporting to 3.6 branch.
See https://github.com/python/cpython/pull/3982#discussion_r144555768

Doc/library/string.rst

index 1076cdb2346dd4dfbd2d37e331541c920369822b..5b25428525766a4bc13d1c9375fb1410692f0940 100644 (file)
@@ -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