Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /