summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-12-08-22-43-35.bpo-42678.ba9ktU.rst
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2020-12-18 09:48:08 (GMT)
committerGitHub <noreply@github.com>2020-12-18 09:48:08 (GMT)
commitb9735420aa8ecd2555fe3dc000863bc50487334b (patch)
tree792283cacad8fd9d8ce7e3148b133659586955f5 /Misc/NEWS.d/next/Library/2020-12-08-22-43-35.bpo-42678.ba9ktU.rst
parent886b2e5c7a2caf87070728dba8f18c3d65e51071 (diff)
downloadcpython-b9735420aa8ecd2555fe3dc000863bc50487334b.zip
cpython-b9735420aa8ecd2555fe3dc000863bc50487334b.tar.gz
cpython-b9735420aa8ecd2555fe3dc000863bc50487334b.tar.bz2
bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802)
Diffstat (limited to 'Misc/NEWS.d/next/Library/2020-12-08-22-43-35.bpo-42678.ba9ktU.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2020-12-08-22-43-35.bpo-42678.ba9ktU.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-12-08-22-43-35.bpo-42678.ba9ktU.rst b/Misc/NEWS.d/next/Library/2020-12-08-22-43-35.bpo-42678.ba9ktU.rst
index 7c94cdf..4b2ced5 100644
--- a/Misc/NEWS.d/next/Library/2020-12-08-22-43-35.bpo-42678.ba9ktU.rst
+++ b/Misc/NEWS.d/next/Library/2020-12-08-22-43-35.bpo-42678.ba9ktU.rst
@@ -1 +1 @@
-`Enum`: call `__init_subclass__` after members have been added
+``Enum``: call ``__init_subclass__`` after members have been added