Skip to content

Commit 14d9a07

Browse files
committed
pythongh-119786: fix typo in InternalDocs/garbage_collector.md (python#127687)
1 parent 8071989 commit 14d9a07

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
@@ -518,7 +518,7 @@ Then the above algorithm is repeated, starting from step 2.
518518
Determining how much work to do
519519
-------------------------------
520520

521-
We need to do a certain amount of work to enusre that garbage is collected,
521+
We need to do a certain amount of work to ensure that garbage is collected,
522522
but doing too much work slows down execution.
523523

524524
To work out how much work we need to do, consider a heap with `L` live objects

0 commit comments

Comments
 (0)