PEP 617: Fix typo (#1496)
This commit is contained in:
parent
95ac2ff27f
commit
561593f1ff
|
@ -252,7 +252,7 @@ pipelines, in CPython this intermediate CST is not used by anything else (it is
|
|||
only indirectly exposed by the *parser* module and a surprisingly small part of
|
||||
the code in the CST production is reused in the module). Which is worse: the whole
|
||||
tree is kept in memory, keeping many branches that consist of chains of nodes with
|
||||
a single child. This has been shown to consume a considerable ammount of memory (for
|
||||
a single child. This has been shown to consume a considerable amount of memory (for
|
||||
instance in `bpo-26415: Excessive peak memory consumption by the Python
|
||||
parser <https://bugs.python.org/issue26415>`_).
|
||||
|
||||
|
|
Loading…
Reference in New Issue