Skip to content

Commit

Permalink
docs: typo in 3.13 release notes (python#117866)
Browse files Browse the repository at this point in the history
  • Loading branch information
Galen Rice authored Apr 14, 2024
1 parent 9ee94d1 commit 74b0658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ gc
--

* The cyclic garbage collector is now incremental, which changes the meanings
of the results of :meth:`gc.get_threshold` and :meth:`gc.get_threshold` as
of the results of :meth:`gc.get_threshold` and :meth:`gc.set_threshold` as
well as :meth:`gc.get_count` and :meth:`gc.get_stats`.
* :meth:`gc.get_threshold` returns a three-tuple for backwards compatibility,
the first value is the threshold for young collections, as before, the second
Expand Down

0 comments on commit 74b0658

Please sign in to comment.