summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/core/fromnumeric.pyi1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/fromnumeric.pyi b/numpy/core/fromnumeric.pyi
index bde30a1b6..cebf75188 100644
--- a/numpy/core/fromnumeric.pyi
+++ b/numpy/core/fromnumeric.pyi
@@ -248,6 +248,7 @@ def all(
axis: None = ...,
out: None = ...,
keepdims: Literal[False] = ...,
+ *,
where: _ArrayLikeBool_co = ...,
) -> bool_: ...
@overload