From d0a9523297e2cb7666b2d54c1eb1a5c2c818484f Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Wed, 28 Jan 2015 17:38:54 +1100 Subject: [PATCH] Fix line wrapping --- doc/source/user_guide/data_types.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/source/user_guide/data_types.txt b/doc/source/user_guide/data_types.txt index 4503b226..0b233696 100644 --- a/doc/source/user_guide/data_types.txt +++ b/doc/source/user_guide/data_types.txt @@ -22,10 +22,9 @@ int32 -2\ :sup:`31` to 2\ :sup:`31` - 1 ========= ================================= Note that float images should be restricted to the range -1 to 1 even though -the data -type itself can exceed this range; all integer dtypes, on the other hand, have -pixel intensities that can span the entire data type range. With a few -exceptions, *64-bit (u)int images are not supported*. +the data type itself can exceed this range; all integer dtypes, on the other +hand, have pixel intensities that can span the entire data type range. With a +few exceptions, *64-bit (u)int images are not supported*. Functions in ``skimage`` are designed so that they accept any of these dtypes, but, for efficiency, *may return an image of a different dtype* (see `Output