Skip to content

Commit 74c4480

Browse files
authored
Update ellipse_arrow.py
1 parent 8acae1e commit 74c4480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galleries/examples/shapes_and_collections/ellipse_arrow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
2525
#
2626
# Calculates the minor axis and major axis end points of the ellipse.
27-
# It needs the ellipse parameter like widht, height, angle.
27+
# It needs the ellipse parameter like width, height, angle.
2828
# The output are 2 lists of 2 xy coordinates
2929
# (minor((x0, y0), (x1, y1)), major((x0, y0), (x1, y1))).
3030

0 commit comments

Comments
 (0)