From b38fd20c2b2fcec966ad72c03d52afaf438c02f5 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Thu, 20 Jan 2022 19:39:23 -0800 Subject: DOC: Cosmetic docstring fix for numpydoc. Numpydoc 1.2 raises a UserWarning when the heading length doesn't match the heading text. This change prevents this UserWarning during sphinx-build. --- numpy/random/mtrand.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/random') diff --git a/numpy/random/mtrand.pyx b/numpy/random/mtrand.pyx index 8bf74aa5d..38b5484bc 100644 --- a/numpy/random/mtrand.pyx +++ b/numpy/random/mtrand.pyx @@ -4341,7 +4341,7 @@ cdef class RandomState: The drawn samples, of shape ``(size, k)``. Raises - ------- + ------ ValueError If any value in ``alpha`` is less than or equal to zero -- cgit v1.2.1