[Python-checkins] r75043 - in python/branches/release31-maint: Doc/howto/unicode.rst

georg.brandl python-checkins at python.org
Thu Sep 24 07:53:25 CEST 2009


Author: georg.brandl
Date: Thu Sep 24 07:53:19 2009
New Revision: 75043

Log:
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.
........


Modified:
   python/branches/release31-maint/   (props changed)
   python/branches/release31-maint/Doc/howto/unicode.rst

Modified: python/branches/release31-maint/Doc/howto/unicode.rst
==============================================================================
--- python/branches/release31-maint/Doc/howto/unicode.rst	(original)
+++ python/branches/release31-maint/Doc/howto/unicode.rst	Thu Sep 24 07:53:19 2009
@@ -544,7 +544,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