summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-03-04 00:40:32 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-03-04 00:40:32 (GMT)
commit91ae0c9a70a1849e3060c47fb5ce81662e869051 (patch)
tree71937ef575b7ef2d7181622038ecd1826e41830b /Misc/NEWS
parent10ac19bedce075d48c8c330cadec0d98393e7270 (diff)
downloadcpython-91ae0c9a70a1849e3060c47fb5ce81662e869051.zip
cpython-91ae0c9a70a1849e3060c47fb5ce81662e869051.tar.gz
cpython-91ae0c9a70a1849e3060c47fb5ce81662e869051.tar.bz2
Typo fix
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 43785cc..0ccb018 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1257,7 +1257,7 @@ Extension Modules
- itertools.starmap() now accepts any iterable input. Previously, it required
the function inputs to be tuples.
-- itertools.chain() now has an alterate constructor, chain.from_iterable().
+- itertools.chain() now has an alternate constructor, chain.from_iterable().
- Issue #1646: Make socket support TIPC. The socket module now has support
for TIPC under Linux, see http://tipc.sf.net/ for more information.