diff options
Diffstat (limited to 'Doc/library/gc.rst')
-rw-r--r-- | Doc/library/gc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/gc.rst b/Doc/library/gc.rst index 6929a3d..9092145 100644 --- a/Doc/library/gc.rst +++ b/Doc/library/gc.rst @@ -151,7 +151,7 @@ The :mod:`gc` module provides the following functions: >>> gc.is_tracked({"a": []}) True - .. versionadded:: 2.7 + .. versionadded:: 3.1 The following variable is provided for read-only access (you can mutate its |