mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
no-issue: Fix a typo in the parameter name of random.expovariate. (gh-109902)
This commit is contained in:
parent
0eb98837b6
commit
8100612bac
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue