mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Issue #19676: Tweak documentation a bit.
* Updated version info to 3.5 * Fixed a markup error * Added a versionadded directive to namereplace_errors documentation
This commit is contained in:
parent
6a11e5e1ae
commit
87f6c2212e
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue