]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42727: Fix the NEWS entry .rst (GH-23932)
authorGregory P. Smith <greg@krypto.org>
Fri, 25 Dec 2020 04:31:18 +0000 (20:31 -0800)
committerGitHub <noreply@github.com>
Fri, 25 Dec 2020 04:31:18 +0000 (20:31 -0800)
It was causing CI failures.  the offending file came from https://github.com/python/cpython/pull/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
```

Misc/NEWS.d/next/Library/2020-12-23-19-43-06.bpo-42727.WH3ODh.rst

index a986cb960a79e7d6513fe957b297f67f47e98871..c2ef8eecb85e1559ddf4801882d94ca23ef368cf 100644 (file)
@@ -1,2 +1,2 @@
-`EnumMeta.__prepare__` now accepts `**kwds` to properly support
-`__init_subclass__`
+``EnumMeta.__prepare__`` now accepts ``**kwds`` to properly support
+``__init_subclass__``