Skip to content

Commit 609ac19

Browse files
authored
typo
1 parent 576d18b commit 609ac19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ are always available. They are listed here in alphabetical order.
11471147

11481148
Return an :term:`iterator` object. The first argument is interpreted very
11491149
differently depending on the presence of the second argument. Without a
1150-
second argument, the single argument must be an object that support the
1150+
second argument, the single argument must be an object that supports the
11511151
:term:`iterable` protocol (the :meth:`~object.__iter__` method) or
11521152
the :term:`sequence` protocol (the :meth:`~object.__getitem__` method with integer arguments
11531153
starting at ``0``). If it does not support either of those protocols,

0 commit comments

Comments
 (0)