E5Gui/E5Led.py

changeset 2953
703452a2876f
parent 2302
f29e9405c851
child 2990
583beaf0b4b8
--- a/E5Gui/E5Led.py	Sat Sep 28 17:40:42 2013 +0200
+++ b/E5Gui/E5Led.py	Sat Sep 28 19:06:25 2013 +0200
@@ -27,7 +27,7 @@
         @param parent reference to parent widget (QWidget)
         @param color color of the LED (QColor)
         @param shape shape of the LED (E5LedCircular, E5LedRectangular)
-        @param rectRation ratio width to height, if shape is rectangular (float)
+        @param rectRatio ratio width to height, if shape is rectangular (float)
         """
         super().__init__(parent)
         
@@ -140,7 +140,7 @@
         
     def ratio(self):
         """
-        Public method to return the LED rectangular ratio (width / height).
+        Public method to return the LED rectangular ratio [= width / height].
         
         @return LED rectangular ratio (float)
         """

eric ide

mercurial