mirror of https://github.com/python/cpython
no-issue: Fix a typo in the parameter name of random.expovariate. (gh-109902)
This commit is contained in:
parent
0eb98837b6
commit
8100612bac
|
@ -752,7 +752,7 @@ random
|
|||
* Add :func:`random.binomialvariate`.
|
||||
(Contributed by Raymond Hettinger in :gh:`81620`.)
|
||||
|
||||
* Add a default of ``lamb=1.0`` to :func:`random.expovariate`.
|
||||
* Add a default of ``lambd=1.0`` to :func:`random.expovariate`.
|
||||
(Contributed by Raymond Hettinger in :gh:`100234`.)
|
||||
|
||||
shutil
|
||||
|
|
Loading…
Reference in New Issue