diff options
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r-- | Doc/library/functions.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 2b37069..9a8c9d7 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -832,6 +832,7 @@ are always available. They are listed here in alphabetical order. .. versionadded:: 3.4 The *default* keyword-only argument. + .. function:: next(iterator[, default]) Retrieve the next item from the *iterator* by calling its |