From 1bbbf9d3e6083abef236fdb2eb782b299ef3121c Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Wed, 8 Aug 2012 11:02:03 +0530 Subject: [PATCH] [2136] Update comment text --- src/bin/stats/stats.py.in | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/bin/stats/stats.py.in b/src/bin/stats/stats.py.in index 88ca3884e6..43f9cb7e9d 100755 --- a/src/bin/stats/stats.py.in +++ b/src/bin/stats/stats.py.in @@ -491,12 +491,11 @@ class Stats: """ handle show command """ - # decide if polling should be done by the the last time of - # polling. If more than one seconds past since the last - # request to each module, the stats module requests each - # module statistics data and then shows the latest - # result. Otherwise, the stats module just shows statistics - # data which it has. + # decide if polling should be done based on the the last time of + # polling. If more than one second has passed since the last + # request to each module, the stats module requests each module + # statistics data and then shows the latest result. Otherwise, + # the stats module just shows statistics data which it has. if get_timestamp() - self._lasttime_poll > 1.0: self.do_polling() if owner or name: