We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fe0f4e + 3899283 commit d68ac85Copy full SHA for d68ac85
1 file changed
Lib/re.py
@@ -73,7 +73,7 @@
73
bytes patterns or string patterns with the ASCII flag.
74
In string patterns without the ASCII flag, it will match the whole
75
range of Unicode whitespace characters.
76
- \S Matches any non-whitespace character; equiv. to [^ \t\n\r\f\v].
+ \S Matches any non-whitespace character; equivalent to [^\s].
77
\w Matches any alphanumeric character; equivalent to [a-zA-Z0-9_]
78
in bytes patterns or string patterns with the ASCII flag.
79
In string patterns without the ASCII flag, it will match the
0 commit comments