Skip to content

Commit c71351f

Browse files
cakedev0mathause
andauthored
Fix typo in err msg
Co-authored-by: Mathias Hauser <[email protected]>
1 parent 1b48267 commit c71351f

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)