Skip to content

Commit

Permalink
Fix the README time limit lang
Browse files Browse the repository at this point in the history
  • Loading branch information
taybenlor committed Jan 5, 2025
1 parent 52db0b2 commit 301bc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The interface for this is not super nice right now, but it's on the way.
You can limit how much time is allocated for execution using an optional
`timeout` kwarg (measured in seconds). Like:

```
```python
from runno import run_code

code = "while True: pass"
Expand Down

0 comments on commit 301bc28

Please sign in to comment.