Issue #12049: cleanup the warning in the random module doc
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 @@
.. 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: