Skip to content

Commit 8badade

Browse files
authored
bpo-42727: Fix the NEWS entry .rst (GH-23932)
It was causing CI failures. the offending file came from #23917 ``` python3 tools/rstlint.py ../Misc/NEWS.d/next/ [2] ../Misc/NEWS.d/next/Library/2020-12-23-19-43-06.bpo-42727.WH3ODh.rst:1: default role used [2] ../Misc/NEWS.d/next/Library/2020-12-23-19-43-06.bpo-42727.WH3ODh.rst:2: default role used 2 problems with severity 2 found. Makefile:204: recipe for target 'check' failed ```
1 parent 786d97a commit 8badade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
`EnumMeta.__prepare__` now accepts `**kwds` to properly support
2-
`__init_subclass__`
1+
``EnumMeta.__prepare__`` now accepts ``**kwds`` to properly support
2+
``__init_subclass__``

0 commit comments

Comments
 (0)