[Python-checkins] r77001 - python/trunk/Doc/whatsnew/2.7.rst

brett.cannon python-checkins at python.org
Tue Dec 22 03:37:37 CET 2009


Author: brett.cannon
Date: Tue Dec 22 03:37:37 2009
New Revision: 77001

Log:
Make a word plural.

Modified:
   python/trunk/Doc/whatsnew/2.7.rst

Modified: python/trunk/Doc/whatsnew/2.7.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.7.rst	(original)
+++ python/trunk/Doc/whatsnew/2.7.rst	Tue Dec 22 03:37:37 2009
@@ -855,7 +855,7 @@
 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`.


More information about the Python-checkins mailing list