summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/reference/random/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/random/index.rst b/doc/source/reference/random/index.rst
index 5b4dcf567..01f9981a2 100644
--- a/doc/source/reference/random/index.rst
+++ b/doc/source/reference/random/index.rst
@@ -34,7 +34,7 @@ Quick Start
By default, `~Generator` uses bits provided by `~pcg64.PCG64` which
has better statistical properties than the legacy mt19937 random
-number generator in `~.RandomState`
+number generator in `~.RandomState`.
.. code-block:: python