From c58140c55798f77bd003ae48b1cf50daf1727f66 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 25 May 2011 13:13:55 +0200 Subject: Issue #12049: cleanup the warning in the random module doc --- Doc/library/random.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/random.rst b/Doc/library/random.rst index 52419a1..3040411 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst @@ -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: -- cgit v0.12