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.