From: R. David Murray Date: Sat, 12 Sep 2009 03:09:02 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v3.2a1~2591 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01054d7f89227066ea3c42ad815f7a58a156340c;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index 3b337727f643..2439cdb7fa0c 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.