[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:
Miss Islington (bot) 2023-09-27 08:39:36 -07:00 committed by GitHub
parent 26f542de22
commit 98a2d0e13b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -818,7 +818,7 @@ random
* Add :func:`random.binomialvariate`. * Add :func:`random.binomialvariate`.
(Contributed by Raymond Hettinger in :gh:`81620`.) (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`.) (Contributed by Raymond Hettinger in :gh:`100234`.)
shutil shutil