[Python-checkins] correct wording (GH-4983) (#4984)

Benjamin Peterson webhook-mailer at python.org
Sat Dec 23 00:49:38 EST 2017


https://github.com/python/cpython/commit/6ba06377276fca9dc703c5139e2f0ea0ff03636a
commit: 6ba06377276fca9dc703c5139e2f0ea0ff03636a
branch: 3.6
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Benjamin Peterson <benjamin at python.org>
date: 2017-12-22T21:49:35-08:00
summary:

correct wording (GH-4983) (#4984)

(cherry picked from commit d11e8e0d11c759cd0f96aebb59de914e4d62b8cd)

files:
M Lib/lib2to3/pgen2/driver.py

diff --git a/Lib/lib2to3/pgen2/driver.py b/Lib/lib2to3/pgen2/driver.py
index f2b521bcb36..c5580a33d39 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.
 
     """



More information about the Python-checkins mailing list