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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b184d547f9421b586e92984960edc01bbb36307;p=thirdparty%2FPython%2Fcpython.git Pluralize a word. --- diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 87dbddf664c5..5b63bc5526f3 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)