Skip to content

Commit a651643

Browse files
authored
Merge pull request numpy#28477 from tgrohens/fix-random-normal-typo
MAINT: fix typo in normal distribution functions docstrings
2 parents 7297f31 + cca51da commit a651643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/random/mtrand.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ cdef class RandomState:
15531553
0.0 # may vary
15541554
15551555
>>> abs(sigma - np.std(s, ddof=1))
1556-
0.1 # may vary
1556+
0.0 # may vary
15571557
15581558
Display the histogram of the samples, along with
15591559
the probability density function:

0 commit comments

Comments
 (0)