From: Georg Brandl Date: Thu, 24 Sep 2009 05:53:19 +0000 (+0000) Subject: Merged revisions 74749 via svnmerge from X-Git-Tag: v3.1.2rc1~494 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7725e7fcb692d1cb550fabc50caed6da7a0849f8;p=python 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. ........ --- diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index a57fe271b3..49576cd08f 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.