Skip to content

Commit 908c444

Browse files
BethanyGYrahcaz7
andauthored
Update concepts/none/introduction.md
Co-authored-by: Yrahcaz <74512479+Yrahcaz7@users.noreply.github.com>
1 parent 8181ca6 commit 908c444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

concepts/none/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type(a)
1919
def add_to_todos(new_task, todo_list=None):
2020
if todo_list is None:
2121
todo_list = []
22-
todo_list.append(new_task)
22+
todo_list.append(new_task)
2323

2424
return todo_list
2525
```

0 commit comments

Comments
 (0)