Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c14bb75

Browse files
committed
Fix var name.
1 parent 9155aa7 commit c14bb75

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
@@ -671,7 +671,7 @@ available. They are listed here in alphabetical order.
671671

672672
.. function:: next(iterator[, default])
673673

674-
Retrieve the next item from the *iterable* by calling its :meth:`__next__`
674+
Retrieve the next item from the *iterator* by calling its :meth:`__next__`
675675
method. If *default* is given, it is returned if the iterator is exhausted,
676676
otherwise :exc:`StopIteration` is raised.
677677

0 commit comments

Comments
 (0)