summaryrefslogtreecommitdiff
path: root/numpy/lib/twodim_base.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2011-04-02 13:08:29 -0600
committerCharles Harris <charlesr.harris@gmail.com>2011-04-02 13:08:29 -0600
commite05da9e451c0dcbc892423601edd7c354117456e (patch)
tree73f0fb74e620bf8f4d388b702d6ba73b71cd7e16 /numpy/lib/twodim_base.py
parentf9c7bde68655de06546f5c8dba30314888e409cc (diff)
downloadnumpy-e05da9e451c0dcbc892423601edd7c354117456e.tar.gz
WHT: Cleanup trailing whitespace.
Diffstat (limited to 'numpy/lib/twodim_base.py')
-rw-r--r--numpy/lib/twodim_base.py1
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)
-