https://github.com/python/cpython/commit/74b0658e6aa6d304cf1dffeab52a30d706ecce47 commit: 74b0658e6aa6d304cf1dffeab52a30d706ecce47 branch: main author: Galen Rice <[email protected]> committer: hauntsaninja <[email protected]> date: 2024-04-14T14:04:59-07:00 summary:
docs: typo in 3.13 release notes (#117866) files: M Doc/whatsnew/3.13.rst diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 65985ddc65a86f..e8efa9972c53d9 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
