From 301bc28c8d126fab4251cadf5eeb1b900061dc99 Mon Sep 17 00:00:00 2001 From: Ben Taylor Date: Sun, 5 Jan 2025 21:42:12 +1100 Subject: [PATCH] Fix the README time limit lang --- sandbox/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"