From 6bafaaf4fc20d4d9d536972a614a4eb5fac26d12 Mon Sep 17 00:00:00 2001 From: jan Date: Thu, 30 Aug 2018 23:06:45 -0700 Subject: [PATCH] Fix typo in arc docs --- masque/shapes/arc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masque/shapes/arc.py b/masque/shapes/arc.py index 17693a1..c1dadea 100644 --- a/masque/shapes/arc.py +++ b/masque/shapes/arc.py @@ -18,7 +18,7 @@ class Arc(Shape): The radii define an ellipse; the ring is formed with radii +/- width/2. The rotation gives the angle from x-axis, counterclockwise, to the first (x) radius. - The start and stop angle are measure counterclockwise from the first (x) radius. + The start and stop angle are measured counterclockwise from the first (x) radius. """ _radii = None # type: numpy.ndarray