summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-11-25 16:59:20 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-11-25 16:59:20 (GMT)
commit87f6c2212edf14a8e485aac073584ce779da578c (patch)
tree34acecba7a1beffa23edbc9b60db00d82769d577 /Doc/c-api
parent6a11e5e1aed1cb3566edb41d9f4a6b490abb2581 (diff)
downloadcpython-87f6c2212edf14a8e485aac073584ce779da578c.zip
cpython-87f6c2212edf14a8e485aac073584ce779da578c.tar.gz
cpython-87f6c2212edf14a8e485aac073584ce779da578c.tar.bz2
Issue #19676: Tweak documentation a bit.
* Updated version info to 3.5 * Fixed a markup error * Added a versionadded directive to namereplace_errors documentation
Diffstat (limited to 'Doc/c-api')
-rw-r--r--Doc/c-api/codec.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/c-api/codec.rst b/Doc/c-api/codec.rst
index 5bb56e3..dfe3d43 100644
--- a/Doc/c-api/codec.rst
+++ b/Doc/c-api/codec.rst
@@ -118,6 +118,6 @@ Registry API for Unicode encoding error handlers
.. c:function:: PyObject* PyCodec_NameReplaceErrors(PyObject *exc)
- Replace the unicode encode error with `\N{...}` escapes.
+ Replace the unicode encode error with ``\N{...}`` escapes.
- .. versionadded: 3.4
+ .. versionadded:: 3.5