mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-119786: fix typo in InternalDocs/garbage_collector.md
(#127687)
This commit is contained in:
parent
31c9f3ced2
commit
72dca6c4ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue