Thanks to visit codestin.com Credit goes to github.com
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 9a1b956 commit 963004dCopy full SHA for 963004d
1 file changed
Doc/library/functions.rst
@@ -916,7 +916,7 @@ are always available. They are listed here in alphabetical order.
916
.. XXX works for bytes too, but should it?
917
.. function:: ord(c)
918
919
- Given a string representing one Uncicode character, return an integer
+ Given a string representing one Unicode character, return an integer
920
representing the Unicode code
921
point of that character. For example, ``ord('a')`` returns the integer ``97``
922
and ``ord('\u2020')`` returns ``8224``. This is the inverse of :func:`chr`.
0 commit comments