Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5df9f82

Browse files
Merge from 3.3
2 parents 9d05c8c + 5b49962 commit 5df9f82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/importlib/_bootstrap.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,8 +1352,8 @@ class FileFinder:
13521352

13531353
def __init__(self, path, *details):
13541354
"""Initialize with the path to search on and a variable number of
1355-
3-tuples containing the loader, file suffixes the loader recognizes,
1356-
and a boolean of whether the loader handles packages."""
1355+
2-tuples containing the loader and the file suffixes the loader
1356+
recognizes."""
13571357
loaders = []
13581358
for loader, suffixes in details:
13591359
loaders.extend((suffix, loader) for suffix in suffixes)

0 commit comments

Comments
 (0)