Skip to content

Commit

Permalink
Typo (#151)
Browse files Browse the repository at this point in the history
Found via `codespell`
  • Loading branch information
luzpaz authored and jnothman committed Dec 31, 2017
1 parent d5cd548 commit 29b9eed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions numpydoc/tests/test_docscrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
-------
out : ndarray
The drawn samples, arranged according to `shape`. If the
shape given is (m,n,...), then the shape of `out` is is
shape given is (m,n,...), then the shape of `out` is
(m,n,...,N).
In other words, each entry ``out[i,j,...,:]`` is an N-dimensional
Expand Down Expand Up @@ -371,7 +371,7 @@ def test_str():
-------
out : ndarray
The drawn samples, arranged according to `shape`. If the
shape given is (m,n,...), then the shape of `out` is is
shape given is (m,n,...), then the shape of `out` is
(m,n,...,N).
In other words, each entry ``out[i,j,...,:]`` is an N-dimensional
Expand Down Expand Up @@ -503,7 +503,7 @@ def test_sphinx_str():
out : ndarray
The drawn samples, arranged according to `shape`. If the
shape given is (m,n,...), then the shape of `out` is is
shape given is (m,n,...), then the shape of `out` is
(m,n,...,N).
In other words, each entry ``out[i,j,...,:]`` is an N-dimensional
Expand Down

0 comments on commit 29b9eed

Please sign in to comment.