diff options
author | Brett Cannon <bcannon@gmail.com> | 2010-06-29 18:26:11 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2010-06-29 18:26:11 (GMT) |
commit | 0e13c9451e6cee6b73ef87bf2ce1087558118572 (patch) | |
tree | 0875fc1bc7d86bc4a33e02db5af421999925e16d /Doc/library/importlib.rst | |
parent | 162dd7484e439c0552e17d09278301643f1b45f8 (diff) | |
download | cpython-0e13c9451e6cee6b73ef87bf2ce1087558118572.zip cpython-0e13c9451e6cee6b73ef87bf2ce1087558118572.tar.gz cpython-0e13c9451e6cee6b73ef87bf2ce1087558118572.tar.bz2 |
Make a sentence a little less awkward.
Diffstat (limited to 'Doc/library/importlib.rst')
-rw-r--r-- | Doc/library/importlib.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 008df09..f52289c 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 |