Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 20efc8d

Browse files
committed
Clarify comment.
svn path=/branches/transforms/; revision=4724
1 parent 40f6c93 commit 20efc8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/patches.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,8 +910,8 @@ def __init__(self, xy, radius=5, **kwargs):
910910

911911
class Arc(Ellipse):
912912
"""
913-
An elliptical arc. Because it performs various optimizations, it may not be
914-
filled.
913+
An elliptical arc. Because it performs various optimizations, it
914+
can not be filled.
915915
"""
916916
def __str__(self):
917917
return "Arc(%d,%d;%dx%d)"%(self.center[0],self.center[1],self.width,self.height)

0 commit comments

Comments
 (0)