From: Benjamin Peterson Date: Fri, 13 Nov 2009 00:52:43 +0000 (+0000) Subject: update to reality X-Git-Tag: v3.2a1~2203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0089d75c56597a484f4126b9d4965683ce0fbe67;p=thirdparty%2FPython%2Fcpython.git update to reality --- diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 5b63bc5526f3..7915c9d67932 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -252,8 +252,8 @@ are also provided to help in implementing the core ABCs. A concrete implementation of :meth:`importlib.abc.InspectLoader.get_code` that creates code objects from Python source code, by requesting the source code (using - :meth:`source_path` and :meth:`get_data`), converting it to standard - 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. .. method:: get_source(fullname)