8000 gh-102899: Fix doc link for getting filesystem error handler (GH-102901) · python/cpython@18d825b · GitHub
[go: up one dir, main page]

Skip to content

Commit 18d825b

Browse files
gh-102899: Fix doc link for getting filesystem error handler (GH-102901)
(cherry picked from commit fdd0fff) Co-authored-by: Olivier Gayot <olivier.gayot@sigexec.com>
1 parent 8693ec2 commit 18d825b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ always available.
651651
the encoding used with the :term:`filesystem error handler <filesystem
652652
encoding and error handler>` to convert between Unicode filenames and bytes
653653
filenames. The filesystem error handler is returned from
654-
:func:`getfilesystemencoding`.
654+
:func:`getfilesystemencodeerrors`.
655655

656656
For best compatibility, str should be used for filenames in all cases,
657657
although representing filenames as bytes is also supported. Functions

0 commit comments

Comments
 (0)
0