Fix typos in comments (#119645) · python/cpython@bf08f0a · GitHub
Skip to content

Commit bf08f0a

Browse files
authored
Fix typos in comments (#119645)
1 parent a9a74da commit bf08f0a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Tools/clinic/libclinic/dsl_parser.py

Lines changed: 1 addition & 1 deletion

Tools/peg_generator/pegen/parser_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242

4343
class RuleCollectorVisitor(GrammarVisitor):
44-
"""Visitor that invokes a provieded callmaker visitor with just the NamedItem nodes"""
44+
"""Visitor that invokes a provided callmaker visitor with just the NamedItem nodes"""
4545

4646
def __init__(self, rules: Dict[str, Rule], callmakervisitor: GrammarVisitor) -> None:
4747
self.rulses = rules

Tools/wasm/wasi-env

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)