From 0b77f0e5f0e46b2ef7c570ebda046c34bbcc0f26 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Mon, 29 Oct 2007 14:58:18 +0000 Subject: ran reindent.py to clean up whitespace --- numpy/lib/index_tricks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/lib/index_tricks.py') diff --git a/numpy/lib/index_tricks.py b/numpy/lib/index_tricks.py index 8e6f36e30..26a44976c 100644 --- a/numpy/lib/index_tricks.py +++ b/numpy/lib/index_tricks.py @@ -125,7 +125,7 @@ class nd_grid(object): [2], [3], [4]]), array([[0, 1, 2, 3, 4]])] - + """ def __init__(self, sparse=False): self.sparse = sparse @@ -319,7 +319,7 @@ class r_class(concatenator): For example: >>> r_[array([1,2,3]), 0, 0, array([4,5,6])] array([1, 2, 3, 0, 0, 4, 5, 6]) - + """ def __init__(self): concatenator.__init__(self, 0) -- cgit v1.2.1