Skip to content

Commit

Permalink
[3.12] no-issue: Fix a typo in the parameter name of random.expovaria…
Browse files Browse the repository at this point in the history
…te. (pythongh-109902) (python#109904)

no-issue: Fix a typo in the parameter name of random.expovariate. (pythongh-109902)
(cherry picked from commit 8100612)

Co-authored-by: lohaswinner <lohaswinner@gmail.com>
  • Loading branch information
miss-islington and lohaswinner authored Sep 27, 2023
1 parent 26f542d commit 98a2d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98a2d0e

Please sign in to comment.