From 2507b7df7439270865f75f8e4ad4a232a62711ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=20?= =?UTF-8?q?=D0=98=D0=B2=D1=87=D0=B5=D0=BD=D0=BA=D0=BE=D0=B2?= Date: Sat, 6 Sep 2025 19:41:45 +0300 Subject: [PATCH] Fixed the collecting oldest generation link --- 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 8ce850ba777e7c..d1632f4ddaaa03 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()