Skip to content

Commit

Permalink
pythongh-119786: fix typo in InternalDocs/garbage_collector.md (pyt…
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasreddy authored Dec 7, 2024
1 parent 31c9f3c commit 72dca6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InternalDocs/garbage_collector.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ Then the above algorithm is repeated, starting from step 2.
Determining how much work to do
-------------------------------

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

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

0 comments on commit 72dca6c

Please sign in to comment.