Revision: 4724
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4724&view=rev
Author:   mdboom
Date:     2007-12-13 10:13:04 -0800 (Thu, 13 Dec 2007)

Log Message:
-----------
Clarify comment.

Modified Paths:
--------------
    branches/transforms/lib/matplotlib/patches.py

Modified: branches/transforms/lib/matplotlib/patches.py
===================================================================
--- branches/transforms/lib/matplotlib/patches.py       2007-12-13 18:12:51 UTC 
(rev 4723)
+++ branches/transforms/lib/matplotlib/patches.py       2007-12-13 18:13:04 UTC 
(rev 4724)
@@ -910,8 +910,8 @@
 
 class Arc(Ellipse):
     """
-    An elliptical arc.  Because it performs various optimizations, it may not 
be
-    filled.
+    An elliptical arc.  Because it performs various optimizations, it
+    can not be filled.
     """
     def __str__(self):
         return 
"Arc(%d,%d;%dx%d)"%(self.center[0],self.center[1],self.width,self.height)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to