From 5df9e0cf702eb3ae599dc55cd300258b2ea63844 Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Sun, 13 Dec 2015 14:54:57 +1100 Subject: [PATCH] Update incorrect version number in docstring --- 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 da07f9f6..4a71a54b 100644 --- a/skimage/transform/integral.py +++ b/skimage/transform/integral.py @@ -50,7 +50,7 @@ def integrate(ii, start, end, *args): Each tuple in the list containing the end row, col, ... index i.e `[(row_win1, col_win1, ...), (row_win2, col_win2, ...), ...]`. args: optional - For backward compatibility with versions prior to 0.11. + For backward compatibility with versions prior to 0.12. The earlier function signature was `integrate(ii, r0, c0, r1, c1)`, where `r0`, `c0` are int(lists) specifying start coordinates of window(s) to be integrated and `r1`, `c1` the end coordinates.