]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in InternalDocs/string_interning.md (GH-124699)
authorPetr Viktorin <encukou@gmail.com>
Fri, 27 Sep 2024 19:31:59 +0000 (21:31 +0200)
committerGitHub <noreply@github.com>
Fri, 27 Sep 2024 19:31:59 +0000 (19:31 +0000)
InternalDocs/string_interning.md

index 358e2c070cd5fa2aabc9854a5a0269c24ee68359..e0d20632516142f584089f8256d2e2f0f12fca97 100644 (file)
@@ -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