Skip to content

Commit 2422968

Browse files
document new parameter
1 parent 72c5dff commit 2422968

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/source/api/builtins.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,13 @@ Iterator transforming
4545

4646
The ``strict`` parameter.
4747

48-
.. autofunction:: map(function: (T, ...) → (await) R, iterable: (async) iter T, ...)
48+
.. autofunction:: map(function: (T, ...) → (await) R, iterable: (async) iter T, ..., /, strict: bool = True)
4949
:async-for: :R
5050

51+
.. versionadded:: 3.14.0
52+
53+
The ``strict`` parameter.
54+
5155
.. autofunction:: enumerate(iterable: (async) iter T, start=0)
5256
:async-for: :(int, T)
5357

0 commit comments

Comments
 (0)