Thanks to visit codestin.com Credit goes to github.com
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 09ac8e0 commit f520f22Copy full SHA for f520f22
1 file changed
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