From 73a575ffea44e8f94eaa02a2c4d061fa879f61c4 Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Sun, 28 Sep 2025 06:47:05 -0700 Subject: [PATCH] [3.14] Link to 3.14 GC design docs (#139387) --- 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 2ef5c4b35a25..35c5c7350cf8 100644 --- a/Doc/library/gc.rst +++ b/Doc/library/gc.rst @@ -140,7 +140,7 @@ The :mod:`gc` module provides the following functions: *threshold2* is ignored. - See `Garbage collector design `_ for more information. + See `Garbage collector design `_ for more information. .. versionchanged:: 3.14 *threshold2* is ignored -- 2.47.3