Fix a misnaming of a method and an argument

This commit is contained in:
Brett Cannon 2013-06-16 19:06:55 -04:00
parent 27bbfdbc4c
commit 1d75382e81
3 changed files with 1086 additions and 1086 deletions

View file

@ -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`.