[Sugar-devel] [PATCH 2/2] pep8 syntax fixed

Manuel Kaufmann humitos at gmail.com
Tue Mar 20 13:57:34 EDT 2012


Removed trailing spaces and added one more space before the inline comment
---
 terminal.py |    2 +-
 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')
-- 
1.7.9.1



More information about the Sugar-devel mailing list