summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2009-12-22 02:37:37 (GMT)
committerBrett Cannon <bcannon@gmail.com>2009-12-22 02:37:37 (GMT)
commitca2dc4798bab9aa2841c15da5d3f1c0be48f2532 (patch)
treec5474de7e3a38c8a5d86ccc3452fd8d90587fb4c /Doc
parent0479eb5a30c9c7eb7c8396931f7e1e3870207687 (diff)
downloadcpython-ca2dc4798bab9aa2841c15da5d3f1c0be48f2532.zip
cpython-ca2dc4798bab9aa2841c15da5d3f1c0be48f2532.tar.gz
cpython-ca2dc4798bab9aa2841c15da5d3f1c0be48f2532.tar.bz2
Make a word plural.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/2.7.rst2
1 files changed, 1 insertions, 1 deletions
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`.