commit 69a802fafe646fb7bb7aa52c69610587b02476d1 Author: aagbsn aagbsn@extc.org Date: Mon Feb 4 13:07:58 2013 -0500
Fix typo in doneReport docstring --- ooni/nettest.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ooni/nettest.py b/ooni/nettest.py index ad216ba..0868ab8 100644 --- a/ooni/nettest.py +++ b/ooni/nettest.py @@ -274,7 +274,7 @@ class NetTest(object):
def doneReport(self, report_results): """ - This will get called every time a measurement is done and therefore a + This will get called every time a report is done and therefore a measurement is done.
The state for the NetTest is informed of the fact that another task has