Skip to content
Prev Previous commit
Next Next commit
revert comma move
  • Loading branch information
ambv authored Jul 19, 2021
commit 19d062a13bffb564f269c81e552244a4fdb3ddf4
2 changes: 1 addition & 1 deletion Doc/library/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ are always available. They are listed here in alphabetical order.

Retrieve the next item from the *iterator* by calling its
:meth:`~iterator.__next__` method. If *default* is given, it is returned
if the iterator is exhausted otherwise, :exc:`StopIteration` is raised.
if the iterator is exhausted, otherwise :exc:`StopIteration` is raised.


.. class:: object()
Expand Down