Make a sentence a little less awkward.

This commit is contained in:
Brett Cannon 2010-06-29 18:26:11 +00:00
parent 162dd7484e
commit 0e13c9451e
1 changed files with 1 additions and 2 deletions

View 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