From: Benjamin Peterson Date: Sat, 4 Apr 2009 12:42:53 +0000 (+0000) Subject: typo X-Git-Tag: v3.1a2~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fa0fb4e514191103b061607264696e5c6867185;p=python typo --- diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index b38ad8ae25..c5861b1838 100644 --- a/Doc/whatsnew/3.1.rst +++ b/Doc/whatsnew/3.1.rst @@ -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.