Skip to content

Commit bc97eb7

Browse files
authored
[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).
1 parent f04024d commit bc97eb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Harmonized the pure Python version of OrderedDict with the C version. Now,
2-
both versions set up their internal state in `__new__`. Formerly, the pure
3-
Python version did the set up in `__init__`.
1+
Harmonized the pure Python version of :class:`~collections.OrderedDict` with the C version. Now,
2+
both versions set up their internal state in ``__new__``. Formerly, the pure
3+
Python version did the set up in ``__init__``.

0 commit comments

Comments
 (0)