From: Georg Brandl Date: Mon, 26 Jul 2010 08:51:42 +0000 (+0000) Subject: #9381: fix markup. X-Git-Tag: v3.2a1~102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f934196ae039cdfc7510240d62768668c6503eb;p=thirdparty%2FPython%2Fcpython.git #9381: fix markup. --- diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index 7334c09035b9..8157baba9a6d 100644 --- a/Doc/c-api/unicode.rst +++ b/Doc/c-api/unicode.rst @@ -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)