summaryrefslogtreecommitdiffstats
path: root/Doc/howto
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-09-12 03:09:02 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-09-12 03:09:02 (GMT)
commit01054d7f89227066ea3c42ad815f7a58a156340c (patch)
tree1591c259d59ad03f67edf36ec5be51a2458b9af9 /Doc/howto
parentc53a894a219135fedcba2c01388fda76065a5361 (diff)
downloadcpython-01054d7f89227066ea3c42ad815f7a58a156340c.zip
cpython-01054d7f89227066ea3c42ad815f7a58a156340c.tar.gz
cpython-01054d7f89227066ea3c42ad815f7a58a156340c.tar.bz2
Fix typo.
Diffstat (limited to 'Doc/howto')
-rw-r--r--Doc/howto/unicode.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst
index 3b33772..2439cdb 100644
--- a/Doc/howto/unicode.rst
+++ b/Doc/howto/unicode.rst
@@ -543,7 +543,7 @@ will produce the following output::
The first list contains UTF-8-encoded filenames, and the second list contains
the Unicode versions.
-Note that in most occasions, the Uniode APIs should be used. The bytes APIs
+Note that in most occasions, the Unicode APIs should be used. The bytes APIs
should only be used on systems where undecodable file names can be present,
i.e. Unix systems.