diff --git a/aider/website/docs/usage/lint-test.md b/aider/website/docs/usage/lint-test.md index 08e97b5e5..434687035 100644 --- a/aider/website/docs/usage/lint-test.md +++ b/aider/website/docs/usage/lint-test.md @@ -72,13 +72,15 @@ the code's output before asking for changes or corrections.
> Aider v0.43.5-dev -#### /run python tmp.py +#### /run python myscript.py + +``` +Traceback (most recent call last): + File "myscript.py", line 22, in \ Traceback (most recent call last): -> File "myscript.py", line 22, in -> raise ValueError("something bad happened") -> ValueError: something bad happened -> > Add the output to the chat? y