Skip to content

Commit 56572b5

Browse files
committed
Update vertex_instructions_line.pxi
1 parent 07de812 commit 56572b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kivy/graphics/vertex_instructions_line.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ cdef class Line(VertexInstruction):
816816
self.flag_update()
817817

818818
property ellipse:
819-
'''Use this property to build an ellipse, without calculate the
819+
'''Use this property to build an ellipse, without calculating the
820820
:attr:`points`. You can only set this property, not get it.
821821
822822
The argument must be a tuple of (x, y, width, height, angle_start,

0 commit comments

Comments
 (0)