Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit81aab6d

Browse files
[3.14] parser_generator.py typo - keywods -> keywords (GH-135014) (#136772)
Co-authored-by: chemelnucfin <3982092+chemelnucfin@users.noreply.github.com>
1 parent201c765 commit81aab6d

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
@@ -56,7 +56,7 @@ def visit_NamedItem(self, item: NamedItem) -> None:
5656

5757

5858
classKeywordCollectorVisitor(GrammarVisitor):
59-
"""Visitor that collects all thekeywods and soft keywords in the Grammar"""
59+
"""Visitor that collects all thekeywords and soft keywords in the Grammar"""
6060

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp