#9381: fix markup.

This commit is contained in:
Georg Brandl 2010-07-26 08:51:42 +00:00
parent aeb039863d
commit 6f934196ae
1 changed files with 1 additions and 1 deletions

View File

@ -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)