Skip to content

Commit 6346063

Browse files
pablogsalpicnixz
andauthored
Update 3.14.rst
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 6ec528c commit 6346063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Here's a simple example that inspects object types in a running Python process:
133133
134134
# Count objects by type
135135
type_counts = collections.Counter(type(obj).__name__
136-
for obj in gc.get_objects())
136+
for obj in gc.get_objects())
137137
138138
# Print the most common types
139139
print("Most common object types in process:")

0 commit comments

Comments
 (0)