commit | 0e13c9451e6cee6b73ef87bf2ce1087558118572 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue Jun 29 18:26:11 2010 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue Jun 29 18:26:11 2010 +0000 |
tree | 0875fc1bc7d86bc4a33e02db5af421999925e16d | |
parent | 162dd7484e439c0552e17d09278301643f1b45f8 [diff] [blame] |
Make a sentence a little less awkward.
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 @@ 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