Skip to content

Commit 5fb278f

Browse files
MSeifert04ned-deily
authored andcommitted
Fixes sphinx warning in "changelog" misc/NEWS (#829)
1 parent 1e73dbb commit 5fb278f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Misc/NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ Library
338338

339339
- bpo-29728: Add new :data:`socket.TCP_NOTSENT_LOWAT` (Linux 3.12) constant.
340340
Patch by Nathaniel J. Smith.
341-
341+
342342
- bpo-29623: Allow use of path-like object as a single argument in
343343
ConfigParser.read(). Patch by David Ellis.
344344

@@ -791,7 +791,7 @@ Library
791791
- Issue #24142: Reading a corrupt config file left configparser in an
792792
invalid state. Original patch by Florian Höch.
793793

794-
- Issue #29581: ABCMeta.__new__ now accepts **kwargs, allowing abstract base
794+
- Issue #29581: ABCMeta.__new__ now accepts ``**kwargs``, allowing abstract base
795795
classes to use keyword parameters in __init_subclass__. Patch by Nate Soares.
796796

797797
Windows

0 commit comments

Comments
 (0)