summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-04-04 12:42:53 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-04-04 12:42:53 (GMT)
commit3fa0fb4e514191103b061607264696e5c6867185 (patch)
tree36678da8d7d6278953aec1fa80637bb43c9ca14a
parentb8c2651d964d2f4b1348bb47de9d52f5934fa4ec (diff)
downloadcpython-3fa0fb4e514191103b061607264696e5c6867185.zip
cpython-3fa0fb4e514191103b061607264696e5c6867185.tar.gz
cpython-3fa0fb4e514191103b061607264696e5c6867185.tar.bz2
typo
-rw-r--r--Doc/whatsnew/3.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst
index b38ad8a..c5861b1 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.