diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2011-04-02 13:08:29 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2011-04-02 13:08:29 -0600 |
commit | e05da9e451c0dcbc892423601edd7c354117456e (patch) | |
tree | 73f0fb74e620bf8f4d388b702d6ba73b71cd7e16 /numpy/lib/twodim_base.py | |
parent | f9c7bde68655de06546f5c8dba30314888e409cc (diff) | |
download | numpy-e05da9e451c0dcbc892423601edd7c354117456e.tar.gz |
WHT: Cleanup trailing whitespace.
Diffstat (limited to 'numpy/lib/twodim_base.py')
-rw-r--r-- | numpy/lib/twodim_base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/twodim_base.py b/numpy/lib/twodim_base.py index 5e89e606b..d95a59e3f 100644 --- a/numpy/lib/twodim_base.py +++ b/numpy/lib/twodim_base.py @@ -887,4 +887,3 @@ def triu_indices_from(arr, k=0): if not (arr.ndim == 2 and arr.shape[0] == arr.shape[1]): raise ValueError("input array must be 2-d and square") return triu_indices(arr.shape[0],k) - |