diff options
Diffstat (limited to 'doc/sphinxext/numpydoc')
-rw-r--r-- | doc/sphinxext/numpydoc/tests/test_docscrape.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/sphinxext/numpydoc/tests/test_docscrape.py b/doc/sphinxext/numpydoc/tests/test_docscrape.py index ce99754da..877d33980 100644 --- a/doc/sphinxext/numpydoc/tests/test_docscrape.py +++ b/doc/sphinxext/numpydoc/tests/test_docscrape.py @@ -25,7 +25,7 @@ doc_txt = '''\ (1+2+3)/3 - cov : (N,N) ndarray + cov : (N, N) ndarray Covariance matrix of the distribution. shape : tuple of ints Given a shape of, for example, (m,n,k), m*n*k samples are @@ -63,7 +63,6 @@ doc_txt = '''\ Notes ----- - Instead of specifying the full covariance matrix, popular approximations include: @@ -197,7 +196,7 @@ mean : (N,) ndarray (1+2+3)/3 -cov : (N,N) ndarray +cov : (N, N) ndarray Covariance matrix of the distribution. shape : tuple of ints Given a shape of, for example, (m,n,k), m*n*k samples are |