#9381: fix markup.
authorGeorg Brandl <georg@python.org>
Mon, 26 Jul 2010 08:51:42 +0000 (08:51 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 26 Jul 2010 08:51:42 +0000 (08:51 +0000)
Doc/c-api/unicode.rst

index 7334c09035b9911ea476a3311664de2f205c4ff9..8157baba9a6daf0de77c8ebd8afa40eb320bdd54 100644 (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)