Skip to content

Commit 3bbe33f

Browse files
authored
Some correction 💄 ellipse_arrow.py
1 parent 28437f1 commit 3bbe33f

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
@@ -28,7 +28,7 @@
2828
)
2929
ax.add_patch(ellipse)
3030

31-
# Plot a arrow marker at the end point of minor axis
31+
# Plot an arrow marker at the end point of minor axis
3232
vertices = ellipse.get_co_vertices()
3333
t = Affine2D().rotate_deg(ellipse.angle)
3434
ax.plot(

0 commit comments

Comments
 (0)