From: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) Date: Sat, 7 Dec 2024 10:12:45 +0000 (+0530) Subject: gh-119786: fix typo in `InternalDocs/garbage_collector.md` (#127687) X-Git-Tag: v3.14.0a3~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72dca6c4eda0d63ee35a0aa619ae931ab226bef9;p=thirdparty%2FPython%2Fcpython.git gh-119786: fix typo in `InternalDocs/garbage_collector.md` (#127687) --- diff --git a/InternalDocs/garbage_collector.md b/InternalDocs/garbage_collector.md index 4761f78f3593..394e4ef075f5 100644 --- a/InternalDocs/garbage_collector.md +++ b/InternalDocs/garbage_collector.md @@ -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