Skip to content

Commit c953c80

Browse files
chore: fix a help comment
1 parent 96bcdb9 commit c953c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grader_service/autograding/local_grader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class LocalAutogradeExecutor(LoggingConfigurable):
4646

4747
timeout_func = Callable(
4848
allow_none=False,
49-
help="Function that takes a lecture as an argument and returns the cell timeout in seconds.",
49+
help="Function that returns the cell timeout in seconds, either user-defined, from configuration or default values.",
5050
).tag(config=True)
5151

5252
default_cell_timeout = Int(300, help="Default cell timeout in seconds, defaults to 300").tag(

0 commit comments

Comments
 (0)