mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
[3.12] no-issue: Fix a typo in the parameter name of random.expovariate. (gh-109902) (#109904)
no-issue: Fix a typo in the parameter name of random.expovariate. (gh-109902)
(cherry picked from commit 8100612bac
)
Co-authored-by: lohaswinner <lohaswinner@gmail.com>
This commit is contained in:
parent
26f542de22
commit
98a2d0e13b
1 changed files with 1 additions and 1 deletions
|
@ -818,7 +818,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