Preferences/ConfigurationPages/ShellPage.py

changeset 3010
befeff46ec0f
parent 2964
84b65fb9e780
child 3025
67064c71df21
child 3057
10516539f238
--- a/Preferences/ConfigurationPages/ShellPage.py	Sat Oct 12 17:31:40 2013 +0200
+++ b/Preferences/ConfigurationPages/ShellPage.py	Sat Oct 12 18:25:29 2013 +0200
@@ -77,7 +77,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)
@@ -87,7 +88,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):
         """

eric ide

mercurial