summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-26 08:51:42 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-26 08:51:42 (GMT)
commit6f934196ae039cdfc7510240d62768668c6503eb (patch)
tree7732557c36a82f2045a9ddadfd46f2b7d012c8ed /Doc/c-api
parentaeb039863d2962dcffa60823d9afab2c39c8d8fc (diff)
downloadcpython-6f934196ae039cdfc7510240d62768668c6503eb.zip
cpython-6f934196ae039cdfc7510240d62768668c6503eb.tar.gz
cpython-6f934196ae039cdfc7510240d62768668c6503eb.tar.bz2
#9381: fix markup.
Diffstat (limited to 'Doc/c-api')
-rw-r--r--Doc/c-api/unicode.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst
index 7334c09..8157bab 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)