summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-09-25 22:12:00 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-09-25 22:12:00 (GMT)
commita305ca786c565ba468ae00a51a1717ea2e25b50d (patch)
tree2248aeca48ef9ff7b94bce51976b7b1b711d177e /Doc
parent9fdd11b3b6e76d76eb6c22e3d60f4c17ae91a725 (diff)
downloadcpython-a305ca786c565ba468ae00a51a1717ea2e25b50d.zip
cpython-a305ca786c565ba468ae00a51a1717ea2e25b50d.tar.gz
cpython-a305ca786c565ba468ae00a51a1717ea2e25b50d.tar.bz2
Fix typo.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/os.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 0baed15..32a7041 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -162,7 +162,7 @@ process and user.
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