Skip to content

Commit db30736

Browse files
committed
zipf_pmf_generator
1 parent 6e4bb20 commit db30736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/random/_generator.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3372,7 +3372,7 @@ cdef class Generator:
33723372
33733373
Notes
33743374
-----
3375-
The probability density for the Zipf distribution is
3375+
The probability mass function (PMF) for the Zipf distribution is
33763376
33773377
.. math:: p(k) = \\frac{k^{-a}}{\\zeta(a)},
33783378

0 commit comments

Comments
 (0)