Fix typo Guido just rubbed my eyes into on python-dev.
This commit is contained in:
parent
9971768eac
commit
8e190c714a
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue