Preferences/ConfigurationPages/HelpAppearancePage.py

changeset 3034
7ce719013078
parent 3025
67064c71df21
child 3038
7fe9a53280bd
--- a/Preferences/ConfigurationPages/HelpAppearancePage.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/Preferences/ConfigurationPages/HelpAppearancePage.py	Sat Oct 19 13:03:39 2013 +0200
@@ -38,13 +38,13 @@
         # set initial values
         self.standardFont = Preferences.getHelp("StandardFont")
         self.standardFontSample.setFont(self.standardFont)
-        self.standardFontSample.setText("{0} {1}"\
+        self.standardFontSample.setText("{0} {1}"
             .format(self.standardFont.family(),
                     self.standardFont.pointSize()))
         
         self.fixedFont = Preferences.getHelp("FixedFont")
         self.fixedFontSample.setFont(self.fixedFont)
-        self.fixedFontSample.setText("{0} {1}"\
+        self.fixedFontSample.setText("{0} {1}"
             .format(self.fixedFont.family(),
                     self.fixedFont.pointSize()))
         

eric ide

mercurial