Skip to content

Commit 5e83981

Browse files
committed
fixed small typo
1 parent 4836024 commit 5e83981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/random/_philox.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ cdef class Philox(BitGenerator):
123123
>>> rg = [Generator(Philox(s)) for s in sg.spawn(10)]
124124
125125
`Philox` can be used in parallel applications by calling the :meth:`jumped`
126-
method to advances the state as-if :math:`2^{128}` random numbers have
126+
method to advance the state as-if :math:`2^{128}` random numbers have
127127
been generated. Alternatively, :meth:`advance` can be used to advance the
128128
counter for any positive step in [0, 2**256). When using :meth:`jumped`, all
129129
generators should be chained to ensure that the segments come from the same

0 commit comments

Comments
 (0)