diff options
-rw-r--r-- | Doc/library/string.rst | 2 |
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 |