Skip to content

Commit 74b0658

Browse files
author
Galen Rice
authored
docs: typo in 3.13 release notes (#117866)
1 parent 9ee94d1 commit 74b0658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ gc
407407
--
408408

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

0 commit comments

Comments
 (0)