diff options
Diffstat (limited to 'numpy/random/_generator.pyx')
-rw-r--r-- | numpy/random/_generator.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/_generator.pyx b/numpy/random/_generator.pyx index 0ba403138..5cd699ac7 100644 --- a/numpy/random/_generator.pyx +++ b/numpy/random/_generator.pyx @@ -4017,7 +4017,7 @@ cdef class Generator: total, num_colors, colors_ptr, nsamp, num_variates, variates_ptr) if result == -1: - raise MemoryError("Insufficent memory for multivariate_" + raise MemoryError("Insufficient memory for multivariate_" "hypergeometric with method='count' and " "sum(colors)=%d" % total) else: |