From 0e13c9451e6cee6b73ef87bf2ce1087558118572 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 29 Jun 2010 18:26:11 +0000 Subject: [PATCH] Make a sentence a little less awkward. --- Doc/library/importlib.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 008df091878..f52289ce190 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