From 8e67dd901f95288442f14812d2a12283f10e8200 Mon Sep 17 00:00:00 2001 From: cgohlke Date: Tue, 22 May 2012 11:49:17 -0700 Subject: [PATCH] Fix spelling --- skimage/util/dtype.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/util/dtype.py b/skimage/util/dtype.py index 157d2684..372eb683 100644 --- a/skimage/util/dtype.py +++ b/skimage/util/dtype.py @@ -50,7 +50,7 @@ def convert(image, dtype, force_copy=False, uniform=False): uniform : bool Uniformly quantize the floating point range to the integer range. By default (uniform=False) floating point values are scaled and - rounded to the nearest integers, which minimized back and forth + rounded to the nearest integers, which minimizes back and forth conversion errors. References