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.
1 parent a9d6ac1 commit 214906bCopy full SHA for 214906b
Doc/library/re.rst
@@ -393,7 +393,7 @@ the second character. For example, ``\$`` matches the character ``'$'``.
393
any non-alphanumeric character; this is equivalent to the set ``[^a-zA-Z0-9_]``.
394
With :const:`LOCALE`, it will match any character not in the set ``[0-9_]``, and
395
not defined as alphanumeric for the current locale. If :const:`UNICODE` is set,
396
- this will match anything other than ``[0-9_]`` plus characters classied as
+ this will match anything other than ``[0-9_]`` plus characters classified as
397
not alphanumeric in the Unicode character properties database.
398
399
``\Z``
0 commit comments