summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/lib/function_base.pyi1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/lib/function_base.pyi b/numpy/lib/function_base.pyi
index 82c625fed..4bbd873a3 100644
--- a/numpy/lib/function_base.pyi
+++ b/numpy/lib/function_base.pyi
@@ -514,6 +514,7 @@ _InterpolationKind = L[
"higher",
"midpoint",
"nearest",
+ "inclusive",
]
@overload