Skip to content

Commit 8100612

Browse files
authored
no-issue: Fix a typo in the parameter name of random.expovariate. (gh-109902)
1 parent 0eb9883 commit 8100612

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)