]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixes sphinx warning in "changelog" misc/NEWS (#829)
authorMichael Seifert <michaelseifert04@yahoo.de>
Mon, 27 Mar 2017 01:25:57 +0000 (03:25 +0200)
committerNed Deily <nad@python.org>
Mon, 27 Mar 2017 01:25:57 +0000 (21:25 -0400)
Misc/NEWS

index 8360abbdb7bae3c4b93eb53801d1af2ff93fa8dd..c8471b7ebfe4e1d0bd6ac258bc146bd9f9cdd4d4 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -338,7 +338,7 @@ Library
 
 - bpo-29728: Add new :data:`socket.TCP_NOTSENT_LOWAT` (Linux 3.12) constant.
   Patch by Nathaniel J. Smith.
-  
+
 - bpo-29623: Allow use of path-like object as a single argument in
   ConfigParser.read().  Patch by David Ellis.
 
@@ -791,7 +791,7 @@ Library
 - Issue #24142: Reading a corrupt config file left configparser in an
   invalid state.  Original patch by Florian Höch.
 
-- Issue #29581: ABCMeta.__new__ now accepts **kwargs, allowing abstract base
+- Issue #29581: ABCMeta.__new__ now accepts ``**kwargs``, allowing abstract base
   classes to use keyword parameters in __init_subclass__. Patch by Nate Soares.
 
 Windows