mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
#9381: fix markup.
This commit is contained in:
parent
aeb039863d
commit
6f934196ae
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ To encode and decode file names and other environment strings,
|
|||
:cdata:`Py_FileSystemEncoding` should be used as the encoding, and
|
||||
``"surrogateescape"`` should be used as the error handler (:pep:`383`). To
|
||||
encode file names during argument parsing, the ``"O&"`` converter should be
|
||||
used, passsing :func:PyUnicode_FSConverter as the conversion function:
|
||||
used, passsing :func:`PyUnicode_FSConverter` as the conversion function:
|
||||
|
||||
.. cfunction:: int PyUnicode_FSConverter(PyObject* obj, void* result)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue