Pluralize a word.

This commit is contained in:
Brett Cannon 2009-11-07 08:22:58 +00:00
parent 557934f5a9
commit 1b184d547f
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ find and load modules.
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)