summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Sheppard <kevin.k.sheppard@gmail.com>2021-02-24 10:41:07 +0000
committerKevin Sheppard <kevin.k.sheppard@gmail.com>2021-02-24 10:41:07 +0000
commitd4c123657f08b43939a7b7e329f40015d38b2849 (patch)
tree39d054273c13b3483c779058170a9942891ea6ce
parentdc8481b0d6c87c564ad4e927abf8703f73eab696 (diff)
downloadnumpy-d4c123657f08b43939a7b7e329f40015d38b2849.tar.gz
BUG: Remove incorrect variable name
Remove incorrect variable name in randint
-rw-r--r--numpy/random/mtrand.pyi1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/random/mtrand.pyi b/numpy/random/mtrand.pyi
index fdf58c7e1..3137b0a95 100644
--- a/numpy/random/mtrand.pyi
+++ b/numpy/random/mtrand.pyi
@@ -125,7 +125,6 @@ class RandomState:
high: Optional[int] = ...,
size: None = ...,
dtype: _DTypeLikeBool = ...,
- endpoint: bool = ...,
) -> bool: ...
@overload
def randint( # type: ignore[misc]