Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion

This commit is contained in:
Andrew Svetlov 2012-10-16 13:52:25 +03:00
parent 03cb99c2d1
commit 2bfe386091
1 changed files with 2 additions and 2 deletions

View File

@ -3310,5 +3310,5 @@ Miscellaneous Functions
system this will query /dev/urandom, and on Windows it will use CryptGenRandom.
If a randomness source is not found, :exc:`NotImplementedError` will be raised.
For easy to use interface to system randomness please see
:class:`random.SystemRandom`.
For an easy-to-use interface to the random number generator
provided by your platform, please see :class:`random.SystemRandom`.