Skip to content

Commit f4f92fe

Browse files
committed
Merge pull request #460 from endolith/regex_formatting
DOC: Formatting fixes using regex
2 parents 179b211 + 426ae02 commit f4f92fe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

numpydoc/tests/test_docscrape.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
(1+2+3)/3
2727
28-
cov : (N,N) ndarray
28+
cov : (N, N) ndarray
2929
Covariance matrix of the distribution.
3030
shape : tuple of ints
3131
Given a shape of, for example, (m,n,k), m*n*k samples are
@@ -63,7 +63,6 @@
6363
6464
Notes
6565
-----
66-
6766
Instead of specifying the full covariance matrix, popular
6867
approximations include:
6968
@@ -197,7 +196,7 @@ def test_str():
197196
198197
(1+2+3)/3
199198
200-
cov : (N,N) ndarray
199+
cov : (N, N) ndarray
201200
Covariance matrix of the distribution.
202201
shape : tuple of ints
203202
Given a shape of, for example, (m,n,k), m*n*k samples are

0 commit comments

Comments
 (0)