Skip to content

Commit a1d6a9e

Browse files
Update src/array_api_extra/_lib/_utils/_helpers.py
Co-authored-by: Lucas Colley <[email protected]>
1 parent 32e9663 commit a1d6a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_extra/_lib/_utils/_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def meta_namespace(
220220
*arrays : Array | int | float | complex | bool | None
221221
Input arrays.
222222
xp : array_namespace, optional
223-
The standard-compatible namespace for `x`. Default: infer.
223+
The standard-compatible namespace for the input arrays. Default: infer.
224224
225225
Returns
226226
-------

0 commit comments

Comments
 (0)