summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/random.rst4
1 files 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: