[Python-checkins] r82375 - python/branches/py3k/Doc/library/importlib.rst

brett.cannon python-checkins at python.org
Tue Jun 29 20:26:11 CEST 2010


Author: brett.cannon
Date: Tue Jun 29 20:26:11 2010
New Revision: 82375

Log:
Make a sentence a little less awkward.

Modified:
   python/branches/py3k/Doc/library/importlib.rst

Modified: python/branches/py3k/Doc/library/importlib.rst
==============================================================================
--- python/branches/py3k/Doc/library/importlib.rst	(original)
+++ python/branches/py3k/Doc/library/importlib.rst	Tue Jun 29 20:26:11 2010
@@ -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


More information about the Python-checkins mailing list