From c064f99e83249ebed9f8e70ea0bd6c82499aabf2 Mon Sep 17 00:00:00 2001 From: Mike Driscoll Date: Fri, 7 Aug 2015 08:39:54 -0500 Subject: [PATCH] Update Gauge.py --- demo/Gauge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/Gauge.py b/demo/Gauge.py index cb1ea74b..e749b8d3 100644 --- a/demo/Gauge.py +++ b/demo/Gauge.py @@ -50,7 +50,7 @@ A Gauge is a horizontal or vertical bar which shows a quantity in a graphical fashion. It is often used to indicate progress through lengthy tasks, such as file copying or data analysis. -When the Gauge is initialized, it's "complete" value is usually set; at any rate, +When the Gauge is initialized, its "complete" value is usually set; at any rate, before using the Gauge, the maximum value of the control must be set. As the task progresses, the Gauge is updated by the program via the SetValue method.