diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2017-12-23 05:49:35 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2017-12-23 05:49:35 (GMT) |
commit | 6ba06377276fca9dc703c5139e2f0ea0ff03636a (patch) | |
tree | cdce1155a826ba534da469111f3c23fe63cbaa16 | |
parent | c1b8eb8006ed79bbf91dc7d89918f39cc10b4fe6 (diff) | |
download | cpython-6ba06377276fca9dc703c5139e2f0ea0ff03636a.zip cpython-6ba06377276fca9dc703c5139e2f0ea0ff03636a.tar.gz cpython-6ba06377276fca9dc703c5139e2f0ea0ff03636a.tar.bz2 |
correct wording (GH-4983) (#4984)
(cherry picked from commit d11e8e0d11c759cd0f96aebb59de914e4d62b8cd)
-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 f2b521b..c5580a3 100644 --- a/Lib/lib2to3/pgen2/driver.py +++ b/Lib/lib2to3/pgen2/driver.py @@ -151,7 +151,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. """ |