Revision: 5904
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5904&view=rev
Author:   ryanmay
Date:     2008-07-27 20:33:45 +0000 (Sun, 27 Jul 2008)

Log Message:
-----------
Fix a couple of docstring typos.

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/backend_bases.py

Modified: trunk/matplotlib/lib/matplotlib/backend_bases.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backend_bases.py    2008-07-27 17:18:30 UTC 
(rev 5903)
+++ trunk/matplotlib/lib/matplotlib/backend_bases.py    2008-07-27 20:33:45 UTC 
(rev 5904)
@@ -472,7 +472,7 @@
     def get_clip_path(self):
         """
         Return the clip path in the form (path, transform), where path
-        is a :class:`~matplotlib.path.Path` instance, and transform as
+        is a :class:`~matplotlib.path.Path` instance, and transform is
         an affine transform to apply to the path before clipping.
         """
         if self._clippath is not None:
@@ -653,7 +653,7 @@
 
 class IdleEvent(Event):
     """
-    An event triggered by the GUI backend when it is idel -- useful
+    An event triggered by the GUI backend when it is idle -- useful
     for passive animation
     """
     pass


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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to