From: Andrew M. Kuchling Date: Tue, 4 Mar 2008 00:40:32 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.6a2~407 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91ae0c9a70a1849e3060c47fb5ce81662e869051;p=python Typo fix --- diff --git a/Misc/NEWS b/Misc/NEWS index 43785cceba..0ccb018360 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.