Commit 5b49962f authored by Eric Snow's avatar Eric Snow

Fixes a FileFinder docstring to reflect an old change.

That change was in 1db6553f3f8c.
parent b0c75a7d
......@@ -1330,8 +1330,8 @@ class FileFinder:
def __init__(self, path, *details):
"""Initialize with the path to search on and a variable number of
3-tuples containing the loader, file suffixes the loader recognizes,
and a boolean of whether the loader handles packages."""
2-tuples containing the loader and the file suffixes the loader
recognizes."""
loaders = []
for loader, suffixes in details:
loaders.extend((suffix, loader) for suffix in suffixes)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment