Fixed one small typo

This commit is contained in:
Barry Warsaw 2001-05-01 17:52:06 +00:00
parent 5ea06118a1
commit c92ac512a1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Abstract
provide to control the behaviour of 'for' loops. Looping is
customized by providing a method that produces an iterator object.
The iterator provides a 'get next value' operation that produces
the nxet item in the sequence each time it is called, raising an
the next item in the sequence each time it is called, raising an
exception when no more items are available.
In addition, specific iterators over the keys of a dictionary and