From: Antoine Pitrou <solipsis@pitrou.net> Date: Sat, 25 Sep 2010 22:12:00 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v3.2a3~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a305ca786c565ba468ae00a51a1717ea2e25b50d;p=python Fix typo. --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 0baed15fbe..32a70414db 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