Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b929e commit 0089d75Copy full SHA for 0089d75
1 file changed
Doc/library/importlib.rst
@@ -252,8 +252,8 @@ are also provided to help in implementing the core ABCs.
252
A concrete implementation of
253
:meth:`importlib.abc.InspectLoader.get_code` that creates code objects
254
from Python source code, by requesting the source code (using
255
- :meth:`source_path` and :meth:`get_data`), converting it to standard
256
- newlines, and compiling it with the built-in :func:`compile` function.
+ :meth:`source_path` and :meth:`get_data`) and compiling it with the
+ built-in :func:`compile` function.
257
258
.. method:: get_source(fullname)
259
0 commit comments