Skip to content

Commit 8acae1e

Browse files
authored
Update ellipse_arrow.py
1 parent 944a513 commit 8acae1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

galleries/examples/shapes_and_collections/ellipse_arrow.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
# A method to calculate the end points of the ellipse major, minor axis
2424
# """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
2525
#
26-
# Calculates the minor axis and major axis end points of the ellipse.
27-
# It needs the ellipse parameter like widht, height, angle.
28-
# The output are 2 lists of 2 xy coordinates
26+
# Calculates the minor axis and major axis end points of the ellipse.
27+
# It needs the ellipse parameter like widht, height, angle.
28+
# The output are 2 lists of 2 xy coordinates
2929
# (minor((x0, y0), (x1, y1)), major((x0, y0), (x1, y1))).
3030

3131

0 commit comments

Comments
 (0)