From 39f50107989af51798c79d438461523793c745af Mon Sep 17 00:00:00 2001 From: Mark Shannon Date: Tue, 19 Nov 2024 12:02:10 +0000 Subject: [PATCH] Spurious change to force doctests to run in CI --- Doc/library/gc.rst | 3 +++ 1 file changed, 3 insertions(+) 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.