Skip to content

Commit d11e8e0

Browse files
authored
correct wording (#4983)
1 parent 8a58771 commit d11e8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/lib2to3/pgen2/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def load_packaged_grammar(package, grammar_source):
148148
Python version and using a ``.pickle`` extension.
149149
150150
However, if *grammar_source* is an extant file, load_grammar(grammar_source)
151-
is called instead. This facilities using a packaged grammar file when needed
151+
is called instead. This facilitates using a packaged grammar file when needed
152152
but preserves load_grammar's automatic regeneration behavior when possible.
153153
154154
"""

0 commit comments

Comments
 (0)