diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 591972e9b783a0..251d794984f6c2 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -926,7 +926,8 @@ always available. A list of :term:`meta path finder` objects that have their :meth:`~importlib.abc.MetaPathFinder.find_spec` methods called to see if one - 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 + to handle the standard kinds of modules (.py files, extension modules...). The :meth:`~importlib.abc.MetaPathFinder.find_spec` method is called with at least the absolute name of the module being imported. If the module to be imported is contained in a package, then the parent package's :attr:`__path__`