Commit 0089d75c authored by Benjamin Peterson's avatar Benjamin Peterson

update to reality

parent b4b929ec
...@@ -252,8 +252,8 @@ are also provided to help in implementing the core ABCs. ...@@ -252,8 +252,8 @@ are also provided to help in implementing the core ABCs.
A concrete implementation of A concrete implementation of
:meth:`importlib.abc.InspectLoader.get_code` that creates code objects :meth:`importlib.abc.InspectLoader.get_code` that creates code objects
from Python source code, by requesting the source code (using from Python source code, by requesting the source code (using
:meth:`source_path` and :meth:`get_data`), converting it to standard :meth:`source_path` and :meth:`get_data`) and compiling it with the
newlines, and compiling it with the built-in :func:`compile` function. built-in :func:`compile` function.
.. method:: get_source(fullname) .. method:: get_source(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