Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/library/random.rst
Co-Authored-By: Serhiy Storchaka <storchaka@gmail.com>
  • Loading branch information
pitrou and serhiy-storchaka committed Apr 17, 2020
commit 3153f1a231b298042fd2a187caeebdea90dace07
2 changes: 1 addition & 1 deletion Doc/library/random.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Bookkeeping functions
:meth:`randrange` to handle arbitrarily large ranges.
Comment thread
vstinner marked this conversation as resolved.
Outdated

.. versionchanged:: 3.9
This method now accepts 0 for *k*.
This method now accepts ``0`` for *k*.


Functions for integers
Expand Down