Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lnauta committed Sep 12, 2024
1 parent 5f426ad commit b4f623e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picas/actors.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def run(self, max_time=None, avg_time_factor=0.0, max_tasks=0, stop_function=Non
@param avg_time_factor: used for estimating when to stop with `max_time`,
value is average time per token to run
@param max_tasks: number of tasks that are performed before stopping
@param stop_function: custom function to stop the execution, mustt return bool
@param stop_function: custom function to stop the execution, must return bool
@param stop_function_args: kwargs to supply to stop_function
"""
self.time = Timer()
Expand Down

0 comments on commit b4f623e

Please sign in to comment.