From: Brett Cannon Date: Tue, 29 Jun 2010 18:26:11 +0000 (+0000) Subject: Make a sentence a little less awkward. X-Git-Tag: v3.2a1~386 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e13c9451e6cee6b73ef87bf2ce1087558118572;p=python Make a sentence a little less awkward. --- diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 008df09187..f52289ce19 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -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