10000 gh-119786: fix typo in `InternalDocs/garbage_collector.md` (#127687) · python/cpython@72dca6c · GitHub
[go: up one dir, main page]

Skip to content

Commit 72dca6c

Browse files
gh-119786: fix typo in InternalDocs/garbage_collector.md (#127687)
1 parent 31c9f3c commit 72dca6c

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)
0