projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeb0398
)
#9381: fix markup.
author
Georg Brandl
<georg@python.org>
Mon, 26 Jul 2010 08:51:42 +0000
(08:51 +0000)
committer
Georg Brandl
<georg@python.org>
Mon, 26 Jul 2010 08:51:42 +0000
(08:51 +0000)
Doc/c-api/unicode.rst
patch
|
blob
|
history
diff --git
a/Doc/c-api/unicode.rst
b/Doc/c-api/unicode.rst
index 7334c09035b9911ea476a3311664de2f205c4ff9..8157baba9a6daf0de77c8ebd8afa40eb320bdd54 100644
(file)
--- 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)