[Python-checkins] gh-102899: Fix doc link for getting filesystem error handler (GH-102901)

miss-islington webhook-mailer at python.org
Wed Apr 5 11:03:53 EDT 2023


https://github.com/python/cpython/commit/18d825be8c74f41e62466638c60d2b663dea03b6
commit: 18d825be8c74f41e62466638c60d2b663dea03b6
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2023-04-05T08:03:45-07:00
summary:

gh-102899: Fix doc link for getting filesystem error handler (GH-102901)

(cherry picked from commit fdd0fff277a55c010a4da0a7af0e986e38560545)

Co-authored-by: Olivier Gayot <olivier.gayot at sigexec.com>

files:
M Doc/library/sys.rst

diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index cf20d33ab6e8..5a859b68ef80 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -651,7 +651,7 @@ always available.
    the encoding used with the :term:`filesystem error handler <filesystem
    encoding and error handler>` to convert between Unicode filenames and bytes
    filenames. The filesystem error handler is returned from
-   :func:`getfilesystemencoding`.
+   :func:`getfilesystemencodeerrors`.
 
    For best compatibility, str should be used for filenames in all cases,
    although representing filenames as bytes is also supported. Functions



More information about the Python-checkins mailing list