Skip to content

Commit dc0c068

Browse files
lohaswinnercsm10495
authored andcommitted
no-issue: Fix a typo in the parameter name of random.expovariate. (pythongh-109902)
1 parent 80619be commit dc0c068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ random
752752
* Add :func:`random.binomialvariate`.
753753
(Contributed by Raymond Hettinger in :gh:`81620`.)
754754

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

758758
shutil

0 commit comments

Comments
 (0)