summaryrefslogtreecommitdiff
path: root/stopwatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'stopwatch.py')
-rw-r--r--stopwatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stopwatch.py b/stopwatch.py
index 516138c..c6c154c 100644
--- a/stopwatch.py
+++ b/stopwatch.py
@@ -10,7 +10,7 @@ class Timer(object):
e.g.
- with timer.Timer() as t:
+ with stopwatch.Timer() as t:
do_the_thing()
walltime = t()