mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix a misnaming of a method and an argument
This commit is contained in:
parent
27bbfdbc4c
commit
1d75382e81
3 changed files with 1086 additions and 1086 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue