Skip to content

Commit

Permalink
Fix lint warnings in Misc/NEWS.d/next/Library/2023-08-17-14-45-25.gh-…
Browse files Browse the repository at this point in the history
…issue-105736.NJsH7r.rst

(effectively a backport of pythonGH-108212).
  • Loading branch information
Yhg1s committed Aug 21, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f04024d commit 03e2f30
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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__``.

0 comments on commit 03e2f30

Please sign in to comment.