fix docstring

This commit is contained in:
François Boulogne
2013-01-15 14:35:17 +01:00
committed by Johannes Schönberger
parent 1400eb44b3
commit 5711cea92d
+1 -1
View File
@@ -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