]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
no-issue: Fix a typo in the parameter name of random.expovariate. (gh-109902)
authorlohaswinner <lohaswinner@gmail.com>
Tue, 26 Sep 2023 13:12:32 +0000 (22:12 +0900)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2023 13:12:32 +0000 (22:12 +0900)
Doc/whatsnew/3.12.rst

index 76f1f00dbd34dd78d8256bdfdee79ef5ccb574f8..4874a6c77faa99f0bbcc27e8cfc180f80ddf33b5 100644 (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