We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296e4ef commit 6575841Copy full SHA for 6575841
Doc/library/sys.rst
@@ -1087,7 +1087,8 @@ always available.
1087
1088
A list of :term:`meta path finder` objects that have their
1089
:meth:`~importlib.abc.MetaPathFinder.find_spec` methods called to see if one
1090
- of the objects can find the module to be imported. The
+ of the objects can find the module to be imported. By default, it holds entries
1091
+ that implement Python's default import semantics. The
1092
:meth:`~importlib.abc.MetaPathFinder.find_spec` method is called with at
1093
least the absolute name of the module being imported. If the module to be
1094
imported is contained in a package, then the parent package's :attr:`__path__`
0 commit comments