Skip to content

Commit 6909778

Browse files
committed
DOC: Used regex to find colons missing spaces which render wrong online, also other spacing or formatting mistakes
1 parent adc0c4f commit 6909778

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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
@@ -196,7 +195,7 @@ def test_str():
196195
197196
(1+2+3)/3
198197
199-
cov : (N,N) ndarray
198+
cov : (N, N) ndarray
200199
Covariance matrix of the distribution.
201200
shape : tuple of ints
202201
Given a shape of, for example, (m,n,k), m*n*k samples are

0 commit comments

Comments
 (0)