Skip to content

Commit 31eb2d3

Browse files
committed
Fix grammar and spelling in news
1 parent 53f146f commit 31eb2d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
No longer call ``__iter__`` twice when creating and executing a generator
2-
expression. Creating a generator expression with non-interable will only
3-
raise when the generator expression is exeuted. This brings the behavior of
4-
generator expressions in line with other generators
1+
No longer call ``__iter__`` twice when creating and executing a generator expression.
2+
Creating a generator expression from a non-interable will raise only when the
3+
generator expression is executed.
4+
This brings the behavior of generator expressions in line with other generators.

0 commit comments

Comments
 (0)