]> granicus.if.org Git - python/commitdiff
Issue #28796: Silence Sphinx warnings
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 25 Nov 2016 14:38:13 +0000 (17:38 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 25 Nov 2016 14:38:13 +0000 (17:38 +0300)
WARNING: Inline emphasis start-string without end-string.

Patch by Julien Palard.

Misc/NEWS

index d465cdcae1299e09aa70d44385bdd33b4ac991e9..385af89d73cfdd4bb5e87c4e6632e252343ff69f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.