diff --git a/sandbox/README.md b/sandbox/README.md index 6a178dd..572da40 100644 --- a/sandbox/README.md +++ b/sandbox/README.md @@ -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"