mirror of
https://github.com/python/cpython.git
synced 2026-04-17 17:31:04 +00:00
[3.13] parser_generator.py typo - keywods -> keywords (GH-135014) (#136773)
Co-authored-by: chemelnucfin <3982092+chemelnucfin@users.noreply.github.com>
This commit is contained in:
parent
a45d3fd8be
commit
0936a53b03
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ def visit_NamedItem(self, item: NamedItem) -> None:
|
|||
|
||||
|
||||
class KeywordCollectorVisitor(GrammarVisitor):
|
||||
"""Visitor that collects all the keywods and soft keywords in the Grammar"""
|
||||
"""Visitor that collects all the keywords and soft keywords in the Grammar"""
|
||||
|
||||
def __init__(self, gen: "ParserGenerator", keywords: Dict[str, int], soft_keywords: Set[str]):
|
||||
self.generator = gen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue