From: Andrew Svetlov Date: Tue, 16 Oct 2012 10:51:26 +0000 (+0300) Subject: Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion X-Git-Tag: v2.7.4rc1~481 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae1d185750af0659154def9b428749ccdf03f782;p=thirdparty%2FPython%2Fcpython.git 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 f56e627cd958..17ad10557571 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -2506,7 +2506,7 @@ 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`. .. versionadded:: 2.4