]> granicus.if.org Git - python/commitdiff
Make a word plural.
authorBrett Cannon <bcannon@gmail.com>
Tue, 22 Dec 2009 02:37:37 +0000 (02:37 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 22 Dec 2009 02:37:37 +0000 (02:37 +0000)
Doc/whatsnew/2.7.rst

index 768ea3308ca0fccc2a424c860165e38d5cf6edbe..1150af40c9eb71e680a8fa4fe3f0f016e695b386 100644 (file)
@@ -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`.