Skip to content

Commit 87cccd2

Browse files
committed
nit
1 parent e5aa280 commit 87cccd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/array_api_extra/_lib/_utils/_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ def pickle_unflatten(instances: Iterable[object], rest: FlattenRest) -> Any: #
463463
Notes
464464
-----
465465
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
466+
returned by ``pickle_flatten``, but the elements do not need to be the same objects
467467
or even the same types of objects. Excess elements, if any, will be left untouched.
468468
"""
469469
iters = iter(instances), iter(rest)

0 commit comments

Comments
 (0)