]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
update to reality
authorBenjamin Peterson <benjamin@python.org>
Fri, 13 Nov 2009 00:52:43 +0000 (00:52 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 13 Nov 2009 00:52:43 +0000 (00:52 +0000)
Doc/library/importlib.rst

index 5b63bc5526f39908f7bd1c8431e7ba5ea6e429cf..7915c9d67932d663b91ace970220bf7465f3e4eb 100644 (file)
@@ -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)