[Python-checkins] r83160 - python/branches/py3k/Doc/c-api/unicode.rst

georg.brandl python-checkins at python.org
Mon Jul 26 10:51:42 CEST 2010


Author: georg.brandl
Date: Mon Jul 26 10:51:42 2010
New Revision: 83160

Log:
#9381: fix markup.

Modified:
   python/branches/py3k/Doc/c-api/unicode.rst

Modified: python/branches/py3k/Doc/c-api/unicode.rst
==============================================================================
--- python/branches/py3k/Doc/c-api/unicode.rst	(original)
+++ python/branches/py3k/Doc/c-api/unicode.rst	Mon Jul 26 10:51:42 2010
@@ -376,7 +376,7 @@
 :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)
 


More information about the Python-checkins mailing list