
python-checkins at python
Nov 7, 2009, 1:05 AM
Post #1 of 1
(43 views)
Permalink
|
|
r76142 - python/branches/py3k/Doc/library/importlib.rst
|
|
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) _______________________________________________ Python-checkins mailing list Python-checkins[at]python.org http://mail.python.org/mailman/listinfo/python-checkins
|