This commit is contained in:
Paul Gauthier 2024-12-06 09:45:41 -08:00
parent ccd19d2c96
commit 53e0d670b3

View file

@ -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"""