https://github.com/python/cpython/commit/81a253b929258f17e89adc1aeb2c2ccdbcdc2945 commit: 81a253b929258f17e89adc1aeb2c2ccdbcdc2945 branch: main author: Petr Viktorin <[email protected]> committer: encukou <[email protected]> date: 2024-09-27T19:31:59Z summary:
Fix typo in InternalDocs/string_interning.md (GH-124699) files: M InternalDocs/string_interning.md diff --git a/InternalDocs/string_interning.md b/InternalDocs/string_interning.md index 358e2c070cd5fa..e0d20632516142 100644 --- a/InternalDocs/string_interning.md +++ b/InternalDocs/string_interning.md @@ -72,7 +72,7 @@ We currently also immortalize strings contained in code objects and similar, specifically in the compiler and in `marshal`. These are “close enough” to immortal: even in use cases like hot reloading or `eval`-ing user input, the number of distinct identifiers and string -constants expected to stay low. +constants is expected to stay low. ## Internal API _______________________________________________ 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]
