summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/random/_philox.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/_philox.pyx b/numpy/random/_philox.pyx
index cf47fb55f..d9a366e86 100644
--- a/numpy/random/_philox.pyx
+++ b/numpy/random/_philox.pyx
@@ -266,7 +266,7 @@ cdef class Philox(BitGenerator):
Returns a new bit generator with the state jumped
- The state of the returned big generator is jumped as-if
+ The state of the returned bit generator is jumped as-if
(2**128) * jumps random numbers have been generated.
Parameters