mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-06 05:16:40 +08:00
fix docstring
This commit is contained in:
committed by
Johannes Schönberger
parent
1400eb44b3
commit
5711cea92d
@@ -133,7 +133,7 @@ def ellipse(double cy, double cx, double yradius, double xradius, shape=None):
|
||||
----------
|
||||
cy, cx : double
|
||||
Centre coordinate of ellipse.
|
||||
yradius, xradius: double
|
||||
yradius, xradius : double
|
||||
Minor and major semi-axes. ``(x/xradius)**2 + (y/yradius)**2 = 1``.
|
||||
|
||||
Returns
|
||||
|
||||
Reference in New Issue
Block a user