diff options
author | Trent Nelson <trent@trent.me> | 2012-10-16 07:48:34 -0400 |
---|---|---|
committer | Trent Nelson <trent@trent.me> | 2012-10-16 07:48:34 -0400 |
commit | 8a420227488aa743e20c27368ee64a114c1d651f (patch) | |
tree | b38d8d8e2f5c87f31409f25a4093d936d20057ce | |
parent | d783c8ed00e251053a10f48a25fbd9b7944e7000 (diff) | |
parent | 2bfe386091f3d402d6b8ced9355a0b45f1e12d08 (diff) | |
download | cpython-git-8a420227488aa743e20c27368ee64a114c1d651f.tar.gz |
Merge heads.
-rw-r--r-- | Doc/library/os.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index d859a97c35..2e45de25dd 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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`. |