From 539ebbc3d872b7f7f1b07cda6e9d18e8515ec9c4 Mon Sep 17 00:00:00 2001 From: Mark Shannon Date: Tue, 19 Nov 2024 12:03:07 +0000 Subject: [PATCH] Remove spurious change --- Doc/library/gc.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/Doc/library/gc.rst b/Doc/library/gc.rst index c361e01c4e6d75..1065ec30802841 100644 --- a/Doc/library/gc.rst +++ b/Doc/library/gc.rst @@ -358,6 +358,3 @@ The following constants are provided for use with :func:`set_debug`: The debugging flags necessary for the collector to print information about a leaking program (equal to ``DEBUG_COLLECTABLE | DEBUG_UNCOLLECTABLE | DEBUG_SAVEALL``). - - -Spurious change to force doctests to run in CI.