Revision: 5874
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5874&view=rev
Author:   jdh2358
Date:     2008-07-25 15:09:08 +0000 (Fri, 25 Jul 2008)

Log Message:
-----------
fixed start event loop docstring

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-25 13:17:10 UTC 
(rev 5873)
+++ trunk/matplotlib/lib/matplotlib/backend_bases.py    2008-07-25 15:09:08 UTC 
(rev 5874)
@@ -1069,7 +1069,7 @@
         else:
             self._button = 'down'
         s = 'scroll_event'
-        mouseevent = MouseEvent(s, self, x, y, self._button, self._key, 
+        mouseevent = MouseEvent(s, self, x, y, self._button, self._key,
                                 step=step, guiEvent=guiEvent)
         self.callbacks.process(s, mouseevent)
 
@@ -1437,7 +1437,7 @@
 
         Call signature::
 
-        start_event_loop_default(self,timeout=0)
+            start_event_loop_default(self,timeout=0)
 
         This call blocks until a callback function triggers
         stop_event_loop() or *timeout* is reached.  If *timeout* is


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
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to