Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 963004d

Browse files
committed
Fix typo.
1 parent 9a1b956 commit 963004d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ are always available. They are listed here in alphabetical order.
916916
.. XXX works for bytes too, but should it?
917917
.. function:: ord(c)
918918

919-
Given a string representing one Uncicode character, return an integer
919+
Given a string representing one Unicode character, return an integer
920920
representing the Unicode code
921921
point of that character. For example, ``ord('a')`` returns the integer ``97``
922922
and ``ord('\u2020')`` returns ``8224``. This is the inverse of :func:`chr`.

0 commit comments

Comments
 (0)