From ca2dc4798bab9aa2841c15da5d3f1c0be48f2532 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 22 Dec 2009 02:37:37 +0000 Subject: Make a word plural. --- Doc/whatsnew/2.7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 768ea33..1150af4 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`. -- cgit v0.12