Skip to content

Commit 94cc645

Browse files
Update Doc/library/functions.rst
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent d08e13f commit 94cc645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

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

11061106
Return an :term:`iterator` object. The first argument is interpreted very
11071107
differently depending on the presence of the second argument. Without a
1108-
second argument, the sinle argument must be a collection object which supports the
1108+
second argument, the single argument must be a collection object which supports the
11091109
:term:`iterable` protocol (the :meth:`~object.__iter__` method),
11101110
or it must support
11111111
the sequence protocol (the :meth:`~object.__getitem__` method with integer arguments

0 commit comments

Comments
 (0)