We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45d3fd commit 0936a53Copy full SHA for 0936a53
Tools/peg_generator/pegen/parser_generator.py
@@ -55,7 +55,7 @@ def visit_NamedItem(self, item: NamedItem) -> None:
55
56
57
class KeywordCollectorVisitor(GrammarVisitor):
58
- """Visitor that collects all the keywods and soft keywords in the Grammar"""
+ """Visitor that collects all the keywords and soft keywords in the Grammar"""
59
60
def __init__(self, gen: "ParserGenerator", keywords: Dict[str, int], soft_keywords: Set[str]):
61
self.generator = gen
0 commit comments