--- 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) """