8000 Fix minor typo in garbage_collector.rst · remilapeyre/devguide@fe06a99 · GitHub
[go: up one dir, main page]

Skip to content

Commit fe06a99

Browse files
committed
Fix minor typo in garbage_collector.rst
1 parent d43d6e9 commit fe06a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

garbage_collector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ to the object when called):
2929
>>> y = x
3030
>>> sys.getrefcount(x)
3131
3
32-
del y
32+
>>> del y
3333
>>> sys.getrefcount(x)
3434
2
3535

0 commit comments

Comments
 (0)
0