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 d08e13f commit 94cc645Copy full SHA for 94cc645
Doc/library/functions.rst
@@ -1105,7 +1105,7 @@ are always available. They are listed here in alphabetical order.
1105
1106
Return an :term:`iterator` object. The first argument is interpreted very
1107
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
+ second argument, the single argument must be a collection object which supports the
1109
:term:`iterable` protocol (the :meth:`~object.__iter__` method),
1110
or it must support
1111
the sequence protocol (the :meth:`~object.__getitem__` method with integer arguments
0 commit comments