Fix typo (#1454)
This commit is contained in:
parent
8ebab5d5f8
commit
d2491d3c2d
|
@ -1030,7 +1030,7 @@ to identify widely-used parsing libraries (such as parso [10]_ and libCST [11]_)
|
|||
and upgrade them to be PEG compatible.
|
||||
|
||||
However, since this work would need to be done not only for the match statement,
|
||||
but for *any* new Python syntax that leverages the capbilities of the PEG parser,
|
||||
but for *any* new Python syntax that leverages the capabilities of the PEG parser,
|
||||
it is considered out of scope for this PEP. (Although it is suggested that this
|
||||
would make a fine Summer of Code project.)
|
||||
|
||||
|
|
Loading…
Reference in New Issue