Skip to content

Commit 856efa9

Browse files
authored
Merge pull request #15 from saket04/master
update timer.py
2 parents 9040fec + fb97cb6 commit 856efa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def bestof(reps, func, *pargs, **kargs):
4343

4444
def bestoftotal(reps1, reps2, func, *pargs, **kargs):
4545
"""
46-
Best of totals:
46+
It will give best of total:
4747
(best of reps1 runs of (total of reps2 runs of func))
4848
"""
4949
return bestof(reps1, total, reps2, func, *pargs, **kargs)

0 commit comments

Comments
 (0)