]> granicus.if.org Git - python/commitdiff
Issue #12049: cleanup the warning in the random module doc
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 11:13:55 +0000 (13:13 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 11:13:55 +0000 (13:13 +0200)
Doc/library/random.rst

index 52419a1f2553885080004a6269fdbdedf84a6a61..3040411bb08ce3f744d759b207ae5a72c80a1946 100644 (file)
@@ -46,8 +46,8 @@ from sources provided by the operating system.
 .. warning::
 
    The generators of the :mod:`random` module should not be used for security
-   purposes, they are not cryptographic. Use :func:`ssl.RAND_bytes` if you
-   require a cryptographically secure pseudorandom number generator.
+   purposes. Use :func:`ssl.RAND_bytes` if you require a cryptographically
+   secure pseudorandom number generator.
 
 
 Bookkeeping functions: