We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5aa280 commit 87cccd2Copy full SHA for 87cccd2
src/array_api_extra/_lib/_utils/_helpers.py
@@ -463,7 +463,7 @@ def pickle_unflatten(instances: Iterable[object], rest: FlattenRest) -> Any: #
463
Notes
464
-----
465
The `instances` iterable must yield at least the same number of elements as the ones
466
- returned by ``pickle_without``, but the elements do not need to be the same objects
+ returned by ``pickle_flatten``, but the elements do not need to be the same objects
467
or even the same types of objects. Excess elements, if any, will be left untouched.
468
"""
469
iters = iter(instances), iter(rest)
0 commit comments