From 3fa0fb4e514191103b061607264696e5c6867185 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 4 Apr 2009 12:42:53 +0000 Subject: [PATCH] typo --- Doc/whatsnew/3.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0