From: Spider84pr Date: Sun, 7 Sep 2025 07:53:56 +0000 (+0300) Subject: [3.13] gh-138556: Fix old link in gc docs (#138596) X-Git-Tag: v3.13.8~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5bbcb1605db017aa66090a3825fc18807b4e922;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-138556: Fix old link in gc docs (#138596) --- 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()