diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-11-07 08:22:58 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-11-07 08:22:58 (GMT) |
commit | 1b184d547f9421b586e92984960edc01bbb36307 (patch) | |
tree | 63103b4409bfc0ad726f2538ee3da5c402419dc4 /Doc | |
parent | 557934f5a9a23908603365e483af3434f3c98284 (diff) | |
download | cpython-1b184d547f9421b586e92984960edc01bbb36307.zip cpython-1b184d547f9421b586e92984960edc01bbb36307.tar.gz cpython-1b184d547f9421b586e92984960edc01bbb36307.tar.bz2 |
Pluralize a word.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/importlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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) |