From: lohaswinner Date: Tue, 26 Sep 2023 13:12:32 +0000 (+0900) Subject: no-issue: Fix a typo in the parameter name of random.expovariate. (gh-109902) X-Git-Tag: v3.13.0a1~291 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8100612bac2df1cbbb3a4cf646c4b82febf7807f;p=thirdparty%2FPython%2Fcpython.git no-issue: Fix a typo in the parameter name of random.expovariate. (gh-109902) --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 76f1f00dbd34..4874a6c77faa 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -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