diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-10-25 09:41:13 +0300 |
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-10-25 09:41:13 +0300 |
| commit | 963004d1d8ce57bee5624ab1256e7f951f595ec2 (patch) | |
| tree | 695598b028d39cbd4fa077f3dc8041b569d23f68 /Doc/library/functions.rst | |
| parent | 9a1b956deaddb06341d6cbfa16af9d4eee196e99 (diff) | |
| download | cpython-git-963004d1d8ce57bee5624ab1256e7f951f595ec2.tar.gz | |
Fix typo.
Diffstat (limited to 'Doc/library/functions.rst')
| -rw-r--r-- | Doc/library/functions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index b44ed9928e..ced3745174 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -916,7 +916,7 @@ are always available. They are listed here in alphabetical order. .. XXX works for bytes too, but should it? .. function:: ord(c) - Given a string representing one Uncicode character, return an integer + Given a string representing one Unicode character, return an integer representing the Unicode code point of that character. For example, ``ord('a')`` returns the integer ``97`` and ``ord('\u2020')`` returns ``8224``. This is the inverse of :func:`chr`. |
