summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/gc.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/gc.rst b/Doc/library/gc.rst
index 1065ec3..480a9de 100644
--- a/Doc/library/gc.rst
+++ b/Doc/library/gc.rst
@@ -204,8 +204,6 @@ The :mod:`gc` module provides the following functions:
>>> gc.is_tracked({})
False
>>> gc.is_tracked({"a": 1})
- False
- >>> gc.is_tracked({"a": []})
True
.. versionadded:: 3.1