From e5bbcb1605db017aa66090a3825fc18807b4e922 Mon Sep 17 00:00:00 2001 From: Spider84pr Date: Sun, 7 Sep 2025 10:53:56 +0300 Subject: [PATCH] [3.13] gh-138556: Fix old link in gc docs (#138596) --- Doc/library/gc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/gc.rst b/Doc/library/gc.rst index 8ce850ba777e..d1632f4ddaaa 100644 --- a/Doc/library/gc.rst +++ b/Doc/library/gc.rst @@ -113,7 +113,7 @@ The :mod:`gc` module provides the following functions: been examined more than *threshold1* times since generation ``1`` has been examined, then generation ``1`` is examined as well. With the third generation, things are a bit more complicated, - see `Collecting the oldest generation `_ for more information. + see `Collecting the oldest generation `_ for more information. .. function:: get_count() -- 2.47.3