From: Brett Cannon Date: Sat, 7 Nov 2009 08:22:58 +0000 (+0000) Subject: Pluralize a word. X-Git-Tag: v3.2a1~2230 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b184d547f9421b586e92984960edc01bbb36307;p=python Pluralize a word. --- diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 87dbddf664..5b63bc5526 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -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)