Skip to content

Commit 0936a53

Browse files
[3.13] parser_generator.py typo - keywods -> keywords (GH-135014) (#136773)
Co-authored-by: chemelnucfin <3982092+chemelnucfin@users.noreply.github.com>
1 parent a45d3fd commit 0936a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/peg_generator/pegen/parser_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def visit_NamedItem(self, item: NamedItem) -> None:
5555

5656

5757
class KeywordCollectorVisitor(GrammarVisitor):
58-
"""Visitor that collects all the keywods and soft keywords in the Grammar"""
58+
"""Visitor that collects all the keywords and soft keywords in the Grammar"""
5959

6060
def __init__(self, gen: "ParserGenerator", keywords: Dict[str, int], soft_keywords: Set[str]):
6161
self.generator = gen

0 commit comments

Comments
 (0)