From eb4923cb810611f3c40970caacef8ceb6ddce963 Mon Sep 17 00:00:00 2001 From: Tabish Date: Wed, 21 May 2014 15:36:14 +0530 Subject: [PATCH] Removed extra Tab character --- skimage/transform/integral.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/transform/integral.py b/skimage/transform/integral.py index 52bf7375..46cb6f0c 100644 --- a/skimage/transform/integral.py +++ b/skimage/transform/integral.py @@ -43,7 +43,7 @@ def integrate(ii, start, end, *args): start : tuple of length equal to dimension of `ii` Coordinates of top left corner of window(s). For multiple windows start may be a tuple of lists, each list - containing the starting row, col, ... index i.e + containing the starting row, col, ... index i.e `([row_win1, row_win2, ...], [col_win1, col_win2,...], ...)`, This convention mirrors the NumPy multi-indexing convention. end : tuple of length equal to dimension of `ii`