diff options
-rw-r--r-- | Doc/library/os.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |