diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-12-22 20:48:13 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-22 20:48:13 -0800 |
commit | d11e8e0d11c759cd0f96aebb59de914e4d62b8cd (patch) | |
tree | 516e25e3ee7f4c245970e8a227447824d166b8ad /Lib/lib2to3 | |
parent | 8a5877165e993afb2633cd48da5222326d3f6e0e (diff) | |
download | cpython-git-d11e8e0d11c759cd0f96aebb59de914e4d62b8cd.tar.gz |
correct wording (#4983)
Diffstat (limited to 'Lib/lib2to3')
-rw-r--r-- | Lib/lib2to3/pgen2/driver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib2to3/pgen2/driver.py b/Lib/lib2to3/pgen2/driver.py index 95c6692cf7..cbc58e759d 100644 --- a/Lib/lib2to3/pgen2/driver.py +++ b/Lib/lib2to3/pgen2/driver.py @@ -148,7 +148,7 @@ def load_packaged_grammar(package, grammar_source): Python version and using a ``.pickle`` extension. However, if *grammar_source* is an extant file, load_grammar(grammar_source) - is called instead. This facilities using a packaged grammar file when needed + is called instead. This facilitates using a packaged grammar file when needed but preserves load_grammar's automatic regeneration behavior when possible. """ |