Skip to content

Commit

Permalink
document strict parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed Oct 15, 2024
1 parent f1d4f3a commit b200a12
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/api/itertools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,15 @@ Iterator splitting

.. versionadded:: 3.10.0

.. autofunction:: batched(iterable: (async) iter T, n: int)
.. autofunction:: batched(iterable: (async) iter T, n: int, strict: bool = False)
:async-for: :T

.. versionadded:: 3.11.0

.. versionadded:: 3.13.0

The ``strict`` parameter.

.. py:function:: groupby(iterable: (async) iter T)
:async-for: :(T, async iter T)
:noindex:
Expand Down

0 comments on commit b200a12

Please sign in to comment.