summaryrefslogtreecommitdiff
path: root/numpy/random
diff options
context:
space:
mode:
authorMatthias Bussonnier <bussonniermatthias@gmail.com>2020-07-10 13:24:30 -0700
committerMatthias Bussonnier <bussonniermatthias@gmail.com>2020-07-10 13:24:30 -0700
commit7eb261d028f0f31c4851ea19f17c9c36c616009c (patch)
tree5190c6eb21d26bec4706cdb40792fac72303c7bc /numpy/random
parent34b748bbce51f880c712312b9c2d37a3560628c0 (diff)
downloadnumpy-7eb261d028f0f31c4851ea19f17c9c36c616009c.tar.gz
DOC: Fix RST/numpydoc standard.
One of the header line was not long enough, make it the same length as the title. The section "Arguments" is usually called "Parameters". Update for consistency.
Diffstat (limited to 'numpy/random')
-rw-r--r--numpy/random/bit_generator.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/bit_generator.pyx b/numpy/random/bit_generator.pyx
index 3c52a9933..9b0c363ef 100644
--- a/numpy/random/bit_generator.pyx
+++ b/numpy/random/bit_generator.pyx
@@ -507,7 +507,7 @@ cdef class BitGenerator():
lock.
See Also
- -------
+ --------
SeedSequence
"""