Skip to content

Commit 50300f4

Browse files
authored
Update Doc/library/unicodedata.rst
1 parent d6133f2 commit 50300f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/unicodedata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ following functions:
161161

162162
.. function:: isxidcontinue(chr, /)
163163

164-
Return ``True`` if *chr* is a valid identifier charcter per the
164+
Return ``True`` if *chr* is a valid identifier character per the
165165
`Unicode Standard Annex #31 <https://www.unicode.org/reports/tr31/>`_,
166166
that is, it has the ``XID_Continue`` property. Return ``False`` otherwise.
167167
For example::

0 commit comments

Comments
 (0)