Pluralize a word.
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 @@
     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)