From 2365e07c7226a1c3df702747378a0607d91fd995 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 20 Feb 2014 08:28:30 +0100 Subject: m doc + applying adjustments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/monitor.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/monitor.py b/src/monitor.py index 595d2b7..f50c9dc 100644 --- a/src/monitor.py +++ b/src/monitor.py @@ -31,7 +31,8 @@ def translate_to_integers(): ''' Translate the curves from float to integer - @param :(int, int, int) The red curve, the green curve and the blue curve, mapped to integers + @param :(list, list, list) The red curve, the green curve and, + the blue curve mapped to integers ''' R_curve, G_curve, B_curve = [0] * i_size, [0] * i_size, [0] * i_size for i_curve, o_curve in ((r_curve, R_curve), (g_curve, G_curve), (b_curve, B_curve)): -- cgit v1.2.3-70-g09d2