Fix typo Guido just rubbed my eyes into on python-dev.

This commit is contained in:
Michael W. Hudson 2005-04-22 08:52:49 +00:00
parent 9971768eac
commit 8e190c714a
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ Open Issues
__exit__ method is found, to increase the "out-of-the-box utility" __exit__ method is found, to increase the "out-of-the-box utility"
of the "with ..." construct. of the "with ..." construct.
There are some simiralities in concept between 'with ...' blocks There are some similarities in concept between 'with ...' blocks
and generators, which have led to proposals that for loops could and generators, which have led to proposals that for loops could
implement the with block functionality[3]. While neat on some implement the with block functionality[3]. While neat on some
levels, we think that for loops should stick to being loops. levels, we think that for loops should stick to being loops.