There was an error while loading. Please reload this page.
1 parent 576d18b commit 609ac19Copy full SHA for 609ac19
1 file changed
Doc/library/functions.rst
@@ -1147,7 +1147,7 @@ are always available. They are listed here in alphabetical order.
1147
1148
Return an :term:`iterator` object. The first argument is interpreted very
1149
differently depending on the presence of the second argument. Without a
1150
- second argument, the single argument must be an object that support the
+ second argument, the single argument must be an object that supports the
1151
:term:`iterable` protocol (the :meth:`~object.__iter__` method) or
1152
the :term:`sequence` protocol (the :meth:`~object.__getitem__` method with integer arguments
1153
starting at ``0``). If it does not support either of those protocols,
0 commit comments