Skip to content

Commit 03637a8

Browse files
BlendingJakeJacob Morris
authored andcommitted
updated docs
1 parent c0b986c commit 03637a8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pytimer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,8 @@ def evaluate(self, block, *args, **kwargs):
372372
the entire program.
373373
:param block: either function or string of code
374374
:param args: any arguments that needs to be passed into block if block is a function
375-
:param kwargs: can be any in (reps, iterations, message) which have their usual definition
375+
:param kwargs: can be in (reps, iterations, message) which have their usual definition, or they can be any
376+
argument that should be passed into block if block is a function
376377
"""
377378
if self._run:
378379
self._confirm_started()

0 commit comments

Comments
 (0)