Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0089d75

Browse files
committed
update to reality
1 parent b4b929e commit 0089d75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/importlib.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ are also provided to help in implementing the core ABCs.
252252
A concrete implementation of
253253
:meth:`importlib.abc.InspectLoader.get_code` that creates code objects
254254
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.
255+
:meth:`source_path` and :meth:`get_data`) and compiling it with the
256+
built-in :func:`compile` function.
257257

258258
.. method:: get_source(fullname)
259259

0 commit comments

Comments
 (0)