summaryrefslogtreecommitdiff
path: root/numpy/random/_common.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/random/_common.pxd')
-rw-r--r--numpy/random/_common.pxd2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/_common.pxd b/numpy/random/_common.pxd
index 3625634cd..3eaf39ddf 100644
--- a/numpy/random/_common.pxd
+++ b/numpy/random/_common.pxd
@@ -17,8 +17,8 @@ cdef enum ConstraintType:
CONS_POSITIVE
CONS_POSITIVE_NOT_NAN
CONS_BOUNDED_0_1
- CONS_BOUNDED_0_1_NOTNAN
CONS_BOUNDED_GT_0_1
+ CONS_BOUNDED_LT_0_1
CONS_GT_1
CONS_GTE_1
CONS_POISSON