]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Correct the argument names for `secrets.choice` and `secrets.randbelow` in...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 10 May 2024 14:45:22 +0000 (16:45 +0200)
committerGitHub <noreply@github.com>
Fri, 10 May 2024 14:45:22 +0000 (14:45 +0000)
commitaf8db2b6817e1ae25cbee98e67d1f4bac9d6af9c
tree18e900b777966ac45c8151871570f08114c8730d
parent9f8f14a6daebc6e22bc1c787699157a478ea94fb
[3.12] Correct the argument names for `secrets.choice` and `secrets.randbelow` in `secrets.rst` (GH-118098) (GH-118907)

Correct the argument names for `secrets.choice` and `secrets.randbelow` in `secrets.rst` (GH-118098)

Correct the argument names for `secrets.choice` and `secrets.randbelow` in `secrets.rst`.
(cherry picked from commit c444362c6e0b6c01f49c3bee864100f52bd3b640)

Co-authored-by: Adam Dangoor <adamdangoor@gmail.com>
Doc/library/secrets.rst