Skip to content

Commit 29b9eed

Browse files
luzpazjnothman
authored andcommitted
Typo (#151)
Found via `codespell`
1 parent d5cd548 commit 29b9eed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

numpydoc/tests/test_docscrape.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
-------
5757
out : ndarray
5858
The drawn samples, arranged according to `shape`. If the
59-
shape given is (m,n,...), then the shape of `out` is is
59+
shape given is (m,n,...), then the shape of `out` is
6060
(m,n,...,N).
6161
6262
In other words, each entry ``out[i,j,...,:]`` is an N-dimensional
@@ -371,7 +371,7 @@ def test_str():
371371
-------
372372
out : ndarray
373373
The drawn samples, arranged according to `shape`. If the
374-
shape given is (m,n,...), then the shape of `out` is is
374+
shape given is (m,n,...), then the shape of `out` is
375375
(m,n,...,N).
376376
377377
In other words, each entry ``out[i,j,...,:]`` is an N-dimensional
@@ -503,7 +503,7 @@ def test_sphinx_str():
503503
504504
out : ndarray
505505
The drawn samples, arranged according to `shape`. If the
506-
shape given is (m,n,...), then the shape of `out` is is
506+
shape given is (m,n,...), then the shape of `out` is
507507
(m,n,...,N).
508508
509509
In other words, each entry ``out[i,j,...,:]`` is an N-dimensional

0 commit comments

Comments
 (0)