Preferences/ConfigurationPages/ShellPage.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2677
3d4277929fb3
parent 3010
befeff46ec0f
child 3058
0a02c433f52d
diff -r 9986ec0e559a -r 10516539f238 Preferences/ConfigurationPages/ShellPage.py
--- a/Preferences/ConfigurationPages/ShellPage.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Preferences/ConfigurationPages/ShellPage.py	Fri Oct 18 23:00:41 2013 +0200
@@ -79,7 +79,8 @@
     @pyqtSlot()
     def on_monospacedFontButton_clicked(self):
         """
-        Private method used to select the font to be used as the monospaced font.
+        Private method used to select the font to be used as the monospaced
+        font.
         """
         self.monospacedFont = \
             self.selectFont(self.monospacedFontSample, self.monospacedFont)
@@ -89,7 +90,8 @@
         """
         Private method used to select the font for the editor margins.
         """
-        self.marginsFont = self.selectFont(self.marginsFontSample, self.marginsFont)
+        self.marginsFont = self.selectFont(self.marginsFontSample,
+                                           self.marginsFont)
         
     def polishPage(self):
         """
@@ -104,6 +106,7 @@
     Module function to create the configuration page.
     
     @param dlg reference to the configuration dialog
+    @return reference to the instantiated page (ConfigurationPageBase)
     """
     page = ShellPage()
     return page

eric ide

mercurial