rename function bezier_curve to bezier_segment

This commit is contained in:
François Boulogne
2013-05-28 07:56:55 +02:00
parent e2dbc48e5d
commit 2131a9ddfd
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from .draw import circle, ellipse, set_color
from ._draw import line, polygon, ellipse_perimeter, circle_perimeter, \
bezier_curve
bezier_segment
__all__ = ['line',
'polygon',