Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3fe704

Browse files
committed
Merge issue #15936: Reformat text for os.random to follow Larry Hastings suggestion
2 parents f4e5044 + 2bfe386 commit b3fe704

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/os.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3310,5 +3310,5 @@ Miscellaneous Functions
33103310
system this will query /dev/urandom, and on Windows it will use CryptGenRandom.
33113311
If a randomness source is not found, :exc:`NotImplementedError` will be raised.
33123312

3313-
For easy to use interface to system randomness please see
3314-
:class:`random.SystemRandom`.
3313+
For an easy-to-use interface to the random number generator
3314+
provided by your platform, please see :class:`random.SystemRandom`.

0 commit comments

Comments
 (0)