Preferences/ConfigurationPages/EditorHighlightingStylesPage.py

changeset 2763
e4794166ad70
parent 2408
dc3a7c9d8f6e
child 2791
a9577f248f04
child 2964
84b65fb9e780
--- a/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py	Sun Jun 30 19:55:48 2013 +0200
@@ -297,7 +297,7 @@
     @pyqtSlot()
     def on_defaultButton_clicked(self):
         """
-        Private method to set the current style to it's default values.
+        Private method to set the current style to its default values.
         """
         if len(self.styleElementList.selectedItems()) > 1:
             for selItem in self.styleElementList.selectedItems():
@@ -318,7 +318,7 @@
         
     def __setToDefault(self, style):
         """
-        Private method to set a specific style to it's default values.
+        Private method to set a specific style to its default values.
         
         @param style style to be reset (integer)
         """

eric ide

mercurial