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 201c765 commit 81aab6dCopy full SHA for 81aab6d
Tools/peg_generator/pegen/parser_generator.py
@@ -56,7 +56,7 @@ def visit_NamedItem(self, item: NamedItem) -> None:
56
57
58
class KeywordCollectorVisitor(GrammarVisitor):
59
- """Visitor that collects all the keywods and soft keywords in the Grammar"""
+ """Visitor that collects all the keywords and soft keywords in the Grammar"""
60
61
def __init__(self, gen: "ParserGenerator", keywords: Dict[str, int], soft_keywords: Set[str]):
62
self.generator = gen
0 commit comments