PEP 617: Fix typo (#1496)

This commit is contained in:
Pablo Galindo 2020-07-05 02:56:20 +01:00 committed by GitHub
parent 95ac2ff27f
commit 561593f1ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 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 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 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 instance in `bpo-26415: Excessive peak memory consumption by the Python
parser <https://bugs.python.org/issue26415>`_). parser <https://bugs.python.org/issue26415>`_).