Skip to content

Commit 98a2d0e

Browse files
[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 8100612) Co-authored-by: lohaswinner <[email protected]>
1 parent 26f542d commit 98a2d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.12.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ random
818818
* Add :func:`random.binomialvariate`.
819819
(Contributed by Raymond Hettinger in :gh:`81620`.)
820820

821-
* Add a default of ``lamb=1.0`` to :func:`random.expovariate`.
821+
* Add a default of ``lambd=1.0`` to :func:`random.expovariate`.
822822
(Contributed by Raymond Hettinger in :gh:`100234`.)
823823

824824
shutil

0 commit comments

Comments
 (0)