diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-11-25 14:38:13 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-11-25 14:38:13 (GMT) |
commit | b121f168943c0f9f3236201aee3e9f29ac4f1299 (patch) | |
tree | 8cd811c303a071c542cb5cfcdbd05bd821105f40 | |
parent | 5d307ef838245cc6f711f7c32ec48295654b7e33 (diff) | |
download | cpython-b121f168943c0f9f3236201aee3e9f29ac4f1299.zip cpython-b121f168943c0f9f3236201aee3e9f29ac4f1299.tar.gz cpython-b121f168943c0f9f3236201aee3e9f29ac4f1299.tar.bz2 |
Issue #28796: Silence Sphinx warnings
WARNING: Inline emphasis start-string without end-string.
Patch by Julien Palard.
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -443,10 +443,10 @@ C API - Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef, PyStructSequence_Field, PyStructSequence_Desc, and wrapperbase are now of - type "const char *" rather of "char *". + type ``const char *`` rather of ``char *``. -- Issue #28748: Private variable _Py_PackageContext is now of type "const char *" - rather of "char *". +- Issue #28748: Private variable _Py_PackageContext is now of type ``const char *`` + rather of ``char *``. - Issue #19569: Compiler warnings are now emitted if use most of deprecated functions. |