Skip to content

Commit

Permalink
Update checklist.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattalli authored Sep 15, 2022
1 parent 27e440a commit 03c9cc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Good example:

```python
my_dict = {
"greeting": "Good morning, have a nice day!",
"greeting": "Good morning, have a nice day!",
"answer": "Good morning, thanks!"
}

Expand All @@ -40,14 +40,14 @@ Also a good example:

```python
my_dict = {"greeting": "Good morning, have a nice day!",
"answer": "Good morning, thanks!"}
"answer": "Good morning, thanks!"}
```

Bad example:

```python
my_dict = {"greeting": "Good morning, have a nice day!",
"answer": "Good morning, thanks!"
"answer": "Good morning, thanks!"
}
```

0 comments on commit 03c9cc5

Please sign in to comment.