From: Brett Cannon Date: Tue, 22 Dec 2009 02:37:37 +0000 (+0000) Subject: Make a word plural. X-Git-Tag: v2.7a2~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca2dc4798bab9aa2841c15da5d3f1c0be48f2532;p=python Make a word plural. --- diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 768ea3308c..1150af40c9 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -855,7 +855,7 @@ importlib: Importing Modules Python 3.1 includes the :mod:`importlib` package, a re-implementation of the logic underlying Python's :keyword:`import` statement. :mod:`importlib` is useful for implementors of Python interpreters and -to user who wish to write new importers that can participate in the +to users who wish to write new importers that can participate in the import process. Python 2.7 doesn't contain the complete :mod:`importlib` package, but instead has a tiny subset that contains a single function, :func:`import_module`.