Skip to content

Commit

Permalink
Merge pull request #4611 from gdementen/patch-1
Browse files Browse the repository at this point in the history
fixed bad signature in docstring for uniform()
  • Loading branch information
charris committed Apr 11, 2014
2 parents f9e0771 + b8ba37f commit bd3ca1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/random/mtrand/mtrand.pyx
Expand Up @@ -1103,7 +1103,7 @@ cdef class RandomState:

def uniform(self, low=0.0, high=1.0, size=None):
"""
uniform(low=0.0, high=1.0, size=1)
uniform(low=0.0, high=1.0, size=None)
Draw samples from a uniform distribution.
Expand Down

0 comments on commit bd3ca1e

Please sign in to comment.