Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 073150d

Browse files
authored
bpo-31672: doc: Remove one sentence from library/string.rst (GH-3990)
This sentence is removed while backporting to 3.6 branch. See #3982 (comment)
1 parent cd195e2 commit 073150d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ attributes:
765765

766766
While *flags* is kept to ``re.IGNORECASE`` for backward compatibility,
767767
you can override it to ``0`` or ``re.IGNORECASE | re.ASCII`` when
768-
subclassing. It's simple way to avoid unexpected match like above example.
768+
subclassing.
769769

770770
.. versionchanged:: 3.7
771771
*braceidpattern* can be used to define separate patterns used inside and

0 commit comments

Comments
 (0)