Skip to content

Commit fb01ba2

Browse files
ionite34MarkKoz
andauthored
Update snekbox/utils/timed.py
Co-authored-by: Mark <[email protected]>
1 parent 0ef2552 commit fb01ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snekbox/utils/timed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@contextmanager
1414
def time_limit(timeout: int | None = None) -> Generator[None, None, None]:
1515
"""
16-
Decorator to call a function with a time limit. Uses SIGALRM, requires a UNIX system.
16+
Decorator to call a function with a time limit.
1717
1818
Args:
1919
timeout: Timeout limit in seconds.

0 commit comments

Comments
 (0)