DOC: Fix capitalization in ellipsoid docstring.

This commit is contained in:
Josh Warner (Mac)
2013-10-13 13:15:08 -05:00
parent a229d19eb0
commit b9f5dd3ad5
+1 -1
View File
@@ -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.