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

Skip to content

Commit 8475db7

Browse files
committed
remove spurious whitespace
svn path=/trunk/matplotlib/; revision=8400
1 parent 4a79c3d commit 8475db7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/matplotlib/backends/backend_gtk.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def new_figure_manager(num, *args, **kwargs):
9393
class TimerGTK(TimerBase):
9494
'''
9595
Subclass of :class:`backend_bases.TimerBase` that uses GTK for timer events.
96-
96+
9797
Attributes:
9898
* interval: The time between timer events in milliseconds. Default
9999
is 1000 ms.
@@ -118,7 +118,7 @@ def _timer_set_interval(self):
118118

119119
def _on_timer(self):
120120
TimerBase._on_timer(self)
121-
121+
122122
# Gtk timeout_add() requires that the callback returns True if it
123123
# is to be called again.
124124
if len(self.callbacks) > 0 and not self._single:
@@ -453,9 +453,9 @@ def new_timer(self, *args, **kwargs):
453453
Creates a new backend-specific subclass of :class:`backend_bases.Timer`.
454454
This is useful for getting periodic events through the backend's native
455455
event loop. Implemented only for backends with GUIs.
456-
456+
457457
optional arguments:
458-
458+
459459
*interval*
460460
Timer interval in milliseconds
461461
*callbacks*

0 commit comments

Comments
 (0)