From d00b851204726a5a14dd9a3fe9b0623bea9d275a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Sat, 30 Nov 2013 15:11:56 +0100 Subject: [PATCH] Fix wrong parameter name in doc string --- skimage/feature/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/feature/util.py b/skimage/feature/util.py index a27ab1ba..b8afed57 100644 --- a/skimage/feature/util.py +++ b/skimage/feature/util.py @@ -137,7 +137,7 @@ def _mask_border_keypoints(image_shape, keypoints, distance): ---------- image_shape : (2, ) array_like Shape of the image as ``(rows, cols)``. - coords : (N, 2) array + keypoints : (N, 2) array Keypoint coordinates as ``(rows, cols)``. distance : int Image border distance.