[Python-checkins] r85015 - python/branches/py3k/Doc/library/os.rst

antoine.pitrou python-checkins at python.org
Sun Sep 26 00:12:00 CEST 2010


Author: antoine.pitrou
Date: Sun Sep 26 00:12:00 2010
New Revision: 85015

Log:
Fix typo.



Modified:
   python/branches/py3k/Doc/library/os.rst

Modified: python/branches/py3k/Doc/library/os.rst
==============================================================================
--- python/branches/py3k/Doc/library/os.rst	(original)
+++ python/branches/py3k/Doc/library/os.rst	Sun Sep 26 00:12:00 2010
@@ -162,7 +162,7 @@
    error handler if the filesystem encoding is ``'mbcs'`` (which is the default
    encoding).
 
-   :func:`fsdencode` is the reverse function.
+   :func:`fsdecode` is the reverse function.
 
    .. versionadded:: 3.2
 


More information about the Python-checkins mailing list