summaryrefslogtreecommitdiffstats
path: root/Lib/lib2to3
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-12-23 04:48:13 (GMT)
committerGitHub <noreply@github.com>2017-12-23 04:48:13 (GMT)
commitd11e8e0d11c759cd0f96aebb59de914e4d62b8cd (patch)
tree516e25e3ee7f4c245970e8a227447824d166b8ad /Lib/lib2to3
parent8a5877165e993afb2633cd48da5222326d3f6e0e (diff)
downloadcpython-d11e8e0d11c759cd0f96aebb59de914e4d62b8cd.zip
cpython-d11e8e0d11c759cd0f96aebb59de914e4d62b8cd.tar.gz
cpython-d11e8e0d11c759cd0f96aebb59de914e4d62b8cd.tar.bz2
correct wording (#4983)
Diffstat (limited to 'Lib/lib2to3')
-rw-r--r--Lib/lib2to3/pgen2/driver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib2to3/pgen2/driver.py b/Lib/lib2to3/pgen2/driver.py
index 95c6692..cbc58e7 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.
"""