summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-09-24 05:53:19 (GMT)
committerGeorg Brandl <georg@python.org>2009-09-24 05:53:19 (GMT)
commit7725e7fcb692d1cb550fabc50caed6da7a0849f8 (patch)
treecf6b9d8d6dd48e4fca2595607fcb789b7b418367
parentceaebc3b585ddff8eae7473e7bcfbfbf0acade93 (diff)
downloadcpython-7725e7fcb692d1cb550fabc50caed6da7a0849f8.zip
cpython-7725e7fcb692d1cb550fabc50caed6da7a0849f8.tar.gz
cpython-7725e7fcb692d1cb550fabc50caed6da7a0849f8.tar.bz2
Merged revisions 74749 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k ........ r74749 | r.david.murray | 2009-09-12 05:09:02 +0200 (Sa, 12 Sep 2009) | 2 lines Fix typo. ........
-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 a57fe27..49576cd 100644
--- a/Doc/howto/unicode.rst
+++ b/Doc/howto/unicode.rst
@@ -544,7 +544,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.