[Python-checkins] [3.12] Fix sphinx-lint issue now that lint runs on Misc/NEWS.d (#108237)

Yhg1s webhook-mailer at python.org
Mon Aug 21 15:39:48 EDT 2023


https://github.com/python/cpython/commit/bc97eb76bb674d76b907e7031f1b7ea11b68121b
commit: bc97eb76bb674d76b907e7031f1b7ea11b68121b
branch: 3.12
author: T. Wouters <thomas at python.org>
committer: Yhg1s <thomas at python.org>
date: 2023-08-21T19:39:45Z
summary:

[3.12] Fix sphinx-lint issue now that lint runs on Misc/NEWS.d (#108237)

Fix lint warnings in Misc/NEWS.d/next/Library/2023-08-17-14-45-25.gh-issue-105736.NJsH7r.rst
(effectively a backport of GH-108212).

files:
M Misc/NEWS.d/next/Library/2023-08-17-14-45-25.gh-issue-105736.NJsH7r.rst

diff --git a/Misc/NEWS.d/next/Library/2023-08-17-14-45-25.gh-issue-105736.NJsH7r.rst b/Misc/NEWS.d/next/Library/2023-08-17-14-45-25.gh-issue-105736.NJsH7r.rst
index f051317d141ff..1d959a3b22284 100644
--- a/Misc/NEWS.d/next/Library/2023-08-17-14-45-25.gh-issue-105736.NJsH7r.rst
+++ b/Misc/NEWS.d/next/Library/2023-08-17-14-45-25.gh-issue-105736.NJsH7r.rst
@@ -1,3 +1,3 @@
-Harmonized the pure Python version of OrderedDict with the C version. Now,
-both versions set up their internal state in `__new__`.  Formerly, the pure
-Python version did the set up in `__init__`.
+Harmonized the pure Python version of :class:`~collections.OrderedDict` with the C version. Now,
+both versions set up their internal state in ``__new__``.  Formerly, the pure
+Python version did the set up in ``__init__``.



More information about the Python-checkins mailing list