From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:39:36 +0000 (-0700) Subject: [3.12] no-issue: Fix a typo in the parameter name of random.expovariate. (gh-109902... X-Git-Tag: v3.12.0~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98a2d0e13b9483d3f83d3b55db29e93fe67a62a3;p=thirdparty%2FPython%2Fcpython.git [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 8100612bac2df1cbbb3a4cf646c4b82febf7807f) Co-authored-by: lohaswinner --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index d07ffbb454cc..f2e94f9a5c5f 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -818,7 +818,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