summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-06-16 19:06:55 -0400
committerBrett Cannon <brett@python.org>2013-06-16 19:06:55 -0400
commit1d75382e81cb6f0cb22249e355cf0404102268ab (patch)
tree2da4be753c45bcbc16ec18d249f12877317cc5d1 /Doc
parent27bbfdbc4c85011b2bd7f21d3fe3b5e8c2d8b725 (diff)
downloadcpython-git-1d75382e81cb6f0cb22249e355cf0404102268ab.tar.gz
Fix a misnaming of a method and an argument
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/importlib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
index 6f1899f3f5..51a0a28342 100644
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -714,7 +714,7 @@ find and load modules.
The path the finder will search in.
- .. method:: find_module(fullname)
+ .. method:: find_loader(fullname)
Attempt to find the loader to handle *fullname* within :attr:`path`.