From 4c781cf5c015ab3d1155d83626a6ec437ac18339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Thu, 22 Jan 2015 07:23:54 -0500 Subject: [PATCH] Fix doc string --- skimage/transform/_geometric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/transform/_geometric.py b/skimage/transform/_geometric.py index f3c56d7a..3a2972c0 100644 --- a/skimage/transform/_geometric.py +++ b/skimage/transform/_geometric.py @@ -21,7 +21,7 @@ def _center_and_normalize_points(points): origin at the centroid of the image points. Normalize the image points, such that the mean distance from the points - to the coordinate system is sqrt(2). + to the origin of the coordinate system is sqrt(2). Parameters ----------