From: <ef...@us...> - 2010-06-09 03:02:43
|
Revision: 8400 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8400&view=rev Author: efiring Date: 2010-06-09 03:02:34 +0000 (Wed, 09 Jun 2010) Log Message: ----------- remove spurious whitespace Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/backends/backend_gtk.py Modified: trunk/matplotlib/lib/matplotlib/backends/backend_gtk.py =================================================================== --- trunk/matplotlib/lib/matplotlib/backends/backend_gtk.py 2010-06-09 03:01:53 UTC (rev 8399) +++ trunk/matplotlib/lib/matplotlib/backends/backend_gtk.py 2010-06-09 03:02:34 UTC (rev 8400) @@ -93,7 +93,7 @@ class TimerGTK(TimerBase): ''' Subclass of :class:`backend_bases.TimerBase` that uses GTK for timer events. - + Attributes: * interval: The time between timer events in milliseconds. Default is 1000 ms. @@ -118,7 +118,7 @@ def _on_timer(self): TimerBase._on_timer(self) - + # Gtk timeout_add() requires that the callback returns True if it # is to be called again. if len(self.callbacks) > 0 and not self._single: @@ -453,9 +453,9 @@ Creates a new backend-specific subclass of :class:`backend_bases.Timer`. This is useful for getting periodic events through the backend's native event loop. Implemented only for backends with GUIs. - + optional arguments: - + *interval* Timer interval in milliseconds *callbacks* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |