]> granicus.if.org Git - python/commitdiff
Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 16 Oct 2012 10:51:26 +0000 (13:51 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 16 Oct 2012 10:51:26 +0000 (13:51 +0300)
Doc/library/os.rst

index f56e627cd9583cf858cb1f5927f80c221ca365d3..17ad10557571236ce60cba06a68c04783b5a5b7c 100644 (file)
@@ -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