Commit 91ae0c9a authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Typo fix

parent 10ac19be
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment