Skip to content

Commit 214906b

Browse files
committed
Fix a typo caught by Gabriella Capone on docs@
1 parent a9d6ac1 commit 214906b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/re.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ the second character. For example, ``\$`` matches the character ``'$'``.
393393
any non-alphanumeric character; this is equivalent to the set ``[^a-zA-Z0-9_]``.
394394
With :const:`LOCALE`, it will match any character not in the set ``[0-9_]``, and
395395
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
396+
this will match anything other than ``[0-9_]`` plus characters classified as
397397
not alphanumeric in the Unicode character properties database.
398398

399399
``\Z``

0 commit comments

Comments
 (0)