From b9f5dd3ad5f3dace93f26f00570163e1fe5f96ba Mon Sep 17 00:00:00 2001 From: "Josh Warner (Mac)" Date: Sun, 13 Oct 2013 13:15:08 -0500 Subject: [PATCH] DOC: Fix capitalization in ellipsoid docstring. --- skimage/draw/draw3d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/draw/draw3d.py b/skimage/draw/draw3d.py index a69471d5..db2f0d39 100644 --- a/skimage/draw/draw3d.py +++ b/skimage/draw/draw3d.py @@ -17,7 +17,7 @@ def ellipsoid(a, b, c, spacing=(1., 1., 1.), levelset=False): c : float Length of semimajor axis aligned with z-axis. spacing : tuple of floats, length 3 - spacing in (x, y, z) spatial dimensions. + Spacing in (x, y, z) spatial dimensions. levelset : bool If True, returns the level set for this ellipsoid (signed level set about zero, with positive denoting interior) as np.float64.