]> granicus.if.org Git - python/commitdiff
correct wording (GH-4983) (#4985)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 23 Dec 2017 05:49:49 +0000 (21:49 -0800)
committerBenjamin Peterson <benjamin@python.org>
Sat, 23 Dec 2017 05:49:49 +0000 (21:49 -0800)
(cherry picked from commit d11e8e0d11c759cd0f96aebb59de914e4d62b8cd)

Lib/lib2to3/pgen2/driver.py

index e8d10e47dba078966e692953500aed0221ef8e3f..a5133309c6c1eaa4afdc74e81eec76cde436561c 100644 (file)
@@ -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.
 
     """