We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6dedde commit 3ed4d25Copy full SHA for 3ed4d25
Doc/tutorial/controlflow.rst
@@ -142,7 +142,7 @@ the list, thus saving space.
142
We say such an object is :term:`iterable`, that is, suitable as a target for
143
functions and constructs that expect something from which they can
144
obtain successive items until the supply is exhausted. We have seen that
145
-the :keyword:`for` statement is such a construct, while an example of function
+the :keyword:`for` statement is such a construct, while an example of a function
146
that takes an iterable is :func:`sum`::
147
148
>>> sum(range(4)) # 0 + 1 + 2 + 3
0 commit comments