From 53e0d670b3c79bd81de38393541421f8c0284a9b Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 6 Dec 2024 09:45:41 -0800 Subject: [PATCH] copy --- aider/website/docs/usage/watch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/docs/usage/watch.md b/aider/website/docs/usage/watch.md index 7581c4f25..310a52680 100644 --- a/aider/website/docs/usage/watch.md +++ b/aider/website/docs/usage/watch.md @@ -229,7 +229,7 @@ Be sure to remove all these "AI" comments from the code! todo_app.py: ⋮... -class TodoList: +│class TodoList: ⋮... │ def __init__(self): │ """Initialize an empty todo list"""