Skip to content

Commit 38f7d65

Browse files
committed
Lite grammer fix
1 parent 23f0fe7 commit 38f7d65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wand/drawing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ def alpha(self, x=None, y=None, paint_method='undefined'):
928928
library.DrawAlpha(self.resource, x, y, op)
929929

930930
def arc(self, start, end, degree):
931-
"""Draws a arc using the current :attr:`stroke_color`,
931+
"""Draws an arc using the current :attr:`stroke_color`,
932932
:attr:`stroke_width`, and :attr:`fill_color`.
933933
934934
:param start: (:class:`~numbers.Real`, :class:`numbers.Real`)

0 commit comments

Comments
 (0)