no-issue: Fix a typo in the parameter name of random.expovariate. (gh-109902)

This commit is contained in:
lohaswinner 2023-09-26 22:12:32 +09:00 committed by GitHub
parent 0eb98837b6
commit 8100612bac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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