diff options
author | Lars Buitinck <larsmans@gmail.com> | 2015-10-02 23:00:47 +0200 |
---|---|---|
committer | Lars Buitinck <larsmans@gmail.com> | 2015-10-02 23:00:47 +0200 |
commit | 7c263ac239b6e4c807411986a12aec96e9924e37 (patch) | |
tree | 9fcf4740942a7af6f6a076c1e0318232f95044cc /numpy/lib/index_tricks.py | |
parent | df0afda4c69e9e1fd47afcb7d79236bc101c502f (diff) | |
download | numpy-7c263ac239b6e4c807411986a12aec96e9924e37.tar.gz |
DOC: typo: affect
Diffstat (limited to 'numpy/lib/index_tricks.py')
-rw-r--r-- | numpy/lib/index_tricks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/index_tricks.py b/numpy/lib/index_tricks.py index c68bf2634..8bcc3fb53 100644 --- a/numpy/lib/index_tricks.py +++ b/numpy/lib/index_tricks.py @@ -681,7 +681,7 @@ def fill_diagonal(a, val, wrap=False): wrap : bool For tall matrices in NumPy version up to 1.6.2, the diagonal "wrapped" after N columns. You can have this behavior - with this option. This affect only tall matrices. + with this option. This affects only tall matrices. See also -------- |