Skip to content

Commit 0353767

Browse files
committed
Merge branch 'quantile' of github.com:cakedev0/array-api-extra into quantile
2 parents ce55335 + c71351f commit 0353767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_extra/_delegation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ def quantile(
948948
949949
nan_policy : str, optional
950950
'propagate' (default) or 'omit'.
951-
'omit' is support only when `weights` are provided.
951+
'omit' is supported only when `weights` are provided.
952952
953953
weights : array_like, optional
954954
An array of weights associated with the values in `a`. Each value in

0 commit comments

Comments
 (0)