8000 [3.12] Fix sphinx-lint issue now that lint runs on Misc/NEWS.d (#108237) · python/cpython@bc97eb7 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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
Lines changed: 3 additions & 3 deletions
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)
0