Skip to content

Commit fb97cb6

Browse files
authored
update timer.py
1 parent d778b8f commit fb97cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timer.py

Lines changed: 1 addition & 1 deletion
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)