mirror of https://github.com/python/cpython
Fix typo in InternalDocs/string_interning.md (GH-124699)
This commit is contained in:
parent
0881e2d3b1
commit
81a253b929
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue