docs: typo in 3.13 release notes (#117866)

This commit is contained in:
Galen Rice 2024-04-14 17:04:59 -04:00 committed by GitHub
parent 9ee94d1391
commit 74b0658e6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -407,7 +407,7 @@ gc
-- --
* The cyclic garbage collector is now incremental, which changes the meanings * 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`. well as :meth:`gc.get_count` and :meth:`gc.get_stats`.
* :meth:`gc.get_threshold` returns a three-tuple for backwards compatibility, * :meth:`gc.get_threshold` returns a three-tuple for backwards compatibility,
the first value is the threshold for young collections, as before, the second the first value is the threshold for young collections, as before, the second