]> granicus.if.org Git - python/commitdiff
Fix typo.
authorR. David Murray <rdmurray@bitdance.com>
Sat, 12 Sep 2009 03:09:02 +0000 (03:09 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 12 Sep 2009 03:09:02 +0000 (03:09 +0000)
Doc/howto/unicode.rst

index 3b337727f643a4d9be17324690b133dfcfb981b2..2439cdb7fa0cd83cf16c3ced80d794f91e15a9fe 100644 (file)
@@ -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.