Commit f26e1143 authored by Brett Cannon's avatar Brett Cannon

Make the wdocs for importlib.abc.ExecutionLoader to be weaker in terms of what...

Make the wdocs for importlib.abc.ExecutionLoader to be weaker in terms of what is needed to execute a module.
parent 161ce951
......@@ -205,7 +205,7 @@ are also provided to help in implementing the core ABCs.
.. class:: ExecutionLoader
An abstract base class which inherits from :class:`InspectLoader` that,
when implemented, allows a module to be executed as a script. The ABC
when implemented, helps a module to be executed as a script. The ABC
represents an optional :pep:`302` protocol.
.. method:: get_filename(fullname)
......
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