[Python-checkins] r76142 - python/branches/py3k/Doc/library/importlib.rst

brett.cannon python-checkins at python.org
Sat Nov 7 09:22:58 CET 2009


Author: brett.cannon
Date: Sat Nov  7 09:22:58 2009
New Revision: 76142

Log:
Pluralize a word.

Modified:
   python/branches/py3k/Doc/library/importlib.rst

Modified: python/branches/py3k/Doc/library/importlib.rst
==============================================================================
--- python/branches/py3k/Doc/library/importlib.rst	(original)
+++ python/branches/py3k/Doc/library/importlib.rst	Sat Nov  7 09:22:58 2009
@@ -342,7 +342,7 @@
     terms of :data:`sys.path`. No implicit path hooks are assumed for
     simplification of the class and its semantics.
 
-    Only class method are defined by this class to alleviate the need for
+    Only class methods are defined by this class to alleviate the need for
     instantiation.
 
     .. classmethod:: find_module(fullname, path=None)


More information about the Python-checkins mailing list