Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Kaufmann <humitos@gmail.com>2012-03-20 17:57:34 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-03-26 15:38:02 (GMT)
commitd50827658f9550d95edcbf0a601d638224ce0ac6 (patch)
tree14b547594da790b41acb1c7ba4fbf50551f59f5d
parentf88b809dfb7c8f237ab7735f50ec4b8546ac4471 (diff)
pep8 syntax fixed
Removed trailing spaces and added one more space before the inline comment Signed-off-by: Rafael Ortiz <rafael@activitycentral.com>
-rw-r--r--terminal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/terminal.py b/terminal.py
index aed612a..6de7500 100644
--- a/terminal.py
+++ b/terminal.py
@@ -166,7 +166,7 @@ class TerminalActivity(activity.Activity):
vt = self._notebook.get_nth_page(self._notebook.get_current_page()).vt
vt.paste_clipboard()
- def _create_view_toolbar(self): # Zoom toolbar
+ def _create_view_toolbar(self): # Zoom toolbar
view_toolbar = gtk.Toolbar()
zoom_out_button = ToolButton('zoom-out')