]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Fix sphinx-lint issue now that lint runs on Misc/NEWS.d (#108237)
authorT. Wouters <thomas@python.org>
Mon, 21 Aug 2023 19:39:45 +0000 (21:39 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2023 19:39:45 +0000 (19:39 +0000)
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).

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

index f051317d141ff5568ac5a30a87410403c2919377..1d959a3b22284c2ddd3e9d3cd1adb552fb063273 100644 (file)
@@ -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__``.