]> granicus.if.org Git - python/commitdiff
Make a sentence a little less awkward.
authorBrett Cannon <bcannon@gmail.com>
Tue, 29 Jun 2010 18:26:11 +0000 (18:26 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 29 Jun 2010 18:26:11 +0000 (18:26 +0000)
Doc/library/importlib.rst

index 008df091878796e2811bdf2da6ac5743a371b941..f52289ce190530ef03830959c74cae4cc43d2226 100644 (file)
@@ -36,8 +36,7 @@ Details on custom importers can be found in :pep:`302`.
         in :data:`sys.modules`).
 
     The :func:`.__import__` function
-        The built-in function for which the :keyword:`import` statement is
-        syntactic sugar for.
+        The :keyword:`import` statement is syntactic sugar for this function.
 
     :pep:`235`
         Import on Case-Insensitive Platforms