Skip to content

Commit f186b4a

Browse files
Update InternalDocs/garbage_collector.md
Co-authored-by: Alex Waygood <[email protected]>
1 parent 278059b commit f186b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InternalDocs/garbage_collector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ tracking status of the object.
613613
False
614614
>>> gc.is_tracked([])
615615
True
616-
>>> gc.is_tracked(("a": 1))
616+
>>> gc.is_tracked(("a", 1))
617617
False
618618
>>> gc.is_tracked({"a": 1})
619619
True

0 commit comments

Comments
 (0)