https://github.com/python/cpython/commit/72dca6c4eda0d63ee35a0aa619ae931ab226bef9 commit: 72dca6c4eda0d63ee35a0aa619ae931ab226bef9 branch: main author: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) <[email protected]> committer: kumaraditya303 <[email protected]> date: 2024-12-07T15:42:45+05:30 summary:
gh-119786: fix typo in `InternalDocs/garbage_collector.md` (#127687) files: M InternalDocs/garbage_collector.md diff --git a/InternalDocs/garbage_collector.md b/InternalDocs/garbage_collector.md index 4761f78f3593e3..394e4ef075f55e 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
