]> granicus.if.org Git - python/commitdiff
typo
authorBenjamin Peterson <benjamin@python.org>
Sat, 4 Apr 2009 12:42:53 +0000 (12:42 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 4 Apr 2009 12:42:53 +0000 (12:42 +0000)
Doc/whatsnew/3.1.rst

index b38ad8ae25cc8db8b440a083d5e28fd8e211be75..c5861b1838f207ddb5c4cc53a943cd32a164a3c0 100644 (file)
@@ -239,7 +239,7 @@ Some smaller changes made to the core Python language are:
 
 * 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.