diff options
author | Bram <b.t.ton@saxion.nl> | 2022-06-29 10:55:09 +0200 |
---|---|---|
committer | Bram <b.t.ton@saxion.nl> | 2022-06-29 10:55:09 +0200 |
commit | e472fec0ecfec531a12a50d59614c2597f67877a (patch) | |
tree | 2d6c11855f1bdb4ba0500eab7d28c94e3dc4088c /numpy/random | |
parent | c7b0bb26143834c59689c92d86af843c5e67eca0 (diff) | |
download | numpy-e472fec0ecfec531a12a50d59614c2597f67877a.tar.gz |
Forgot backticks
Diffstat (limited to 'numpy/random')
-rw-r--r-- | numpy/random/_generator.pyx | 2 |
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 -------- |