diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2017-12-23 05:49:49 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2017-12-23 05:49:49 (GMT) |
commit | 8b9995f2ae0f9496de8a1a64a00d0681edd692bf (patch) | |
tree | 6abe22151261ff726573ca65b9ae24a78b6d0ec5 | |
parent | 770a802df7057bcf0d72bbc01026fac8d396e1b3 (diff) | |
download | cpython-8b9995f2ae0f9496de8a1a64a00d0681edd692bf.zip cpython-8b9995f2ae0f9496de8a1a64a00d0681edd692bf.tar.gz cpython-8b9995f2ae0f9496de8a1a64a00d0681edd692bf.tar.bz2 |
correct wording (GH-4983) (#4985)
(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 e8d10e4..a513330 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. """ |