summaryrefslogtreecommitdiff
path: root/numpy/random
diff options
context:
space:
mode:
authorBram <b.t.ton@saxion.nl>2022-06-29 10:55:09 +0200
committerBram <b.t.ton@saxion.nl>2022-06-29 10:55:09 +0200
commite472fec0ecfec531a12a50d59614c2597f67877a (patch)
tree2d6c11855f1bdb4ba0500eab7d28c94e3dc4088c /numpy/random
parentc7b0bb26143834c59689c92d86af843c5e67eca0 (diff)
downloadnumpy-e472fec0ecfec531a12a50d59614c2597f67877a.tar.gz
Forgot backticks
Diffstat (limited to 'numpy/random')
-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
--------