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

This commit is contained in:
Olivier Gayot 2023-04-05 16:54:43 +02:00 committed by GitHub
parent 5e7c468fc4
commit fdd0fff277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,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