diff --git a/Doc/library/gc.rst b/Doc/library/gc.rst index 1065ec30802841..c361e01c4e6d75 100644 --- a/Doc/library/gc.rst +++ b/Doc/library/gc.rst @@ -358,3 +358,6 @@ 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.