[Python-checkins] r71143 - python/branches/py3k/Doc/whatsnew/3.1.rst

benjamin.peterson python-checkins at python.org
Sat Apr 4 14:42:54 CEST 2009


Author: benjamin.peterson
Date: Sat Apr  4 14:42:53 2009
New Revision: 71143

Log:
typo

Modified:
   python/branches/py3k/Doc/whatsnew/3.1.rst

Modified: python/branches/py3k/Doc/whatsnew/3.1.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.1.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.1.rst	Sat Apr  4 14:42:53 2009
@@ -239,7 +239,7 @@
 
 * A new module, :mod:`importlib` was added.  It provides a complete, portable,
   pure Python reference implementation of the *import* statement and its
-  counterpart, the :func:`import__` function.  It represents a substantial
+  counterpart, the :func:`__import__` function.  It represents a substantial
   step forward in documenting and defining the actions that take place during
   imports.
 


More information about the Python-checkins mailing list