[Python-checkins] r74749 - python/branches/py3k/Doc/howto/unicode.rst

r.david.murray python-checkins at python.org
Sat Sep 12 05:09:03 CEST 2009


Author: r.david.murray
Date: Sat Sep 12 05:09:02 2009
New Revision: 74749

Log:
Fix typo.


Modified:
   python/branches/py3k/Doc/howto/unicode.rst

Modified: python/branches/py3k/Doc/howto/unicode.rst
==============================================================================
--- python/branches/py3k/Doc/howto/unicode.rst	(original)
+++ python/branches/py3k/Doc/howto/unicode.rst	Sat Sep 12 05:09:02 2009
@@ -543,7 +543,7 @@
 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.
 


More information about the Python-checkins mailing list