Skip to content

Commit fb14cc8

Browse files
committed
Reword docstring for is_sparse_array.
1 parent a4966e7 commit fb14cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_compat/common/_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def is_jax_array(x):
174174

175175
def is_sparse_array(x) -> bool:
176176
"""
177-
Return True if `x` is a `sparse` array.
177+
Return True if `x` is an array from the `sparse` package.
178178
179179
This function does not import `sparse` if it has not already been imported
180180
and is therefore cheap to use.

0 commit comments

Comments
 (0)