From: Andrew Svetlov Date: Tue, 16 Oct 2012 10:52:25 +0000 (+0300) Subject: Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion X-Git-Tag: v3.3.1rc1~796^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bfe386091f3d402d6b8ced9355a0b45f1e12d08;p=python Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion --- 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`.