]> granicus.if.org Git - python/commitdiff
Pluralize a word.
authorBrett Cannon <bcannon@gmail.com>
Sat, 7 Nov 2009 08:22:58 +0000 (08:22 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 7 Nov 2009 08:22:58 +0000 (08:22 +0000)
Doc/library/importlib.rst

index 87dbddf664c5e14e9734dc96b5f051b64fab2447..5b63bc5526f39908f7bd1c8431e7ba5ea6e429cf 100644 (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)