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 d6133f2 commit 50300f4Copy full SHA for 50300f4
Doc/library/unicodedata.rst
@@ -161,7 +161,7 @@ following functions:
161
162
.. function:: isxidcontinue(chr, /)
163
164
- Return ``True`` if *chr* is a valid identifier charcter per the
+ Return ``True`` if *chr* is a valid identifier character per the
165
`Unicode Standard Annex #31 <https://www.unicode.org/reports/tr31/>`_,
166
that is, it has the ``XID_Continue`` property. Return ``False`` otherwise.
167
For example::
0 commit comments