From 1b184d547f9421b586e92984960edc01bbb36307 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 7 Nov 2009 08:22:58 +0000 Subject: Pluralize a word. --- Doc/library/importlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 87dbddf..5b63bc5 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) -- cgit v0.12