diff options
author | Brett Cannon <brett@python.org> | 2013-06-16 23:09:46 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2013-06-16 23:09:46 (GMT) |
commit | 390f6c1bf7b539161b9f44f2b657a2aa422fdc95 (patch) | |
tree | 005da99b691f8b52e7d2487eea9cc49439a17432 /Doc/library/importlib.rst | |
parent | f24fecd4ac9050799d02a8354b7acfa12b65b1d3 (diff) | |
parent | a269d821a11f2f84e6a211818ac1fdd76e0ab647 (diff) | |
download | cpython-390f6c1bf7b539161b9f44f2b657a2aa422fdc95.zip cpython-390f6c1bf7b539161b9f44f2b657a2aa422fdc95.tar.gz cpython-390f6c1bf7b539161b9f44f2b657a2aa422fdc95.tar.bz2 |
Merge doc/argument name fix
Diffstat (limited to 'Doc/library/importlib.rst')
-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 ae0fe6b..0c8b8e8 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -751,7 +751,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`. |