summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/random/_generator.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/_generator.pyx b/numpy/random/_generator.pyx
index c4e2a934e..caa041d55 100644
--- a/numpy/random/_generator.pyx
+++ b/numpy/random/_generator.pyx
@@ -269,7 +269,7 @@ cdef class Generator:
See Also
--------
- ~.Generator.uniform : Drawn samples from the parameterized uniform distribution.
+ `~.Generator.uniform` : Drawn samples from the parameterized uniform distribution.
Examples
--------