[docs] documentation bug

Hug Capella hugcape at gmail.com
Sat Feb 23 15:09:34 EST 2019


at the page with URL:
https://docs.python.org/3/library/re.html

in that paragraph:
\W
    Matches any character which is not a word character. This is the
opposite of \w. If the ASCII flag is used this becomes the equivalent
of [^a-zA-Z0-9_]. If the LOCALE flag is used, matches characters
considered alphanumeric in the current locale and the underscore.

the last sentence should be:
[...] matches characters not considered [...]


More information about the docs mailing list