bpo-33292: Fix secrets.randbelow docstring by nixawk · Pull Request #6497 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Closed
nixawk wants to merge 3 commits intopython:masterfrom
Closed
bpo-33292: Fix secrets.randbelow docstring#6497
nixawk wants to merge 3 commits intopython:masterfrom
bpo-33292: Fix secrets.randbelow docstring#6497
nixawk wants to merge 3 commits intopython:masterfrom
Conversation
Copy link Copy Markdown
Please fix
"""Return a random int in the range [0, n)."""
to
"""Return a random integer x satisfying 0 <= x < n."""
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
Copy link Copy Markdown
Author
nixawk
commented
Apr 17, 2018
nixawk commented
Apr 17, 2018Sorry for the interval notation syntax. It's not a valid pr.
nixawk
closed this
nixawk
reopened this
Copy link Copy Markdown
Contributor
csabella
commented
May 18, 2019
csabella commented
May 18, 2019Thank you for the suggestion. The bug tracker issue was closed as 'not a bug', so this PR should be closed as well. The current interval notation is acceptable.
csabella
closed this
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment