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

Skip to content

Commit 3bf1d87

Browse files
committed
Fix a typo in a code example
1 parent 875f29a commit 3bf1d87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/importlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,4 +1298,4 @@ an :term:`importer`.
12981298
suffixes = importlib.machinery.SOURCE_SUFFIXES
12991299
loader = importlib.machinery.SourceFileLoader
13001300
lazy_loader = importlib.util.LazyLoader.factory(loader)
1301-
finder = importlib.machinery.FileFinder(path, [(lazy_loader, suffixes)])
1301+
finder = importlib.machinery.FileFinder(path, (lazy_loader, suffixes))

0 commit comments

Comments
 (0)