Skip to content

Commit 2a1efc9

Browse files
authored
Update README.md
1 parent e2dd63b commit 2a1efc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/08.1-Merge_list/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Write a function `merge_list` that merges two lists and returns a single new lis
1616

1717
+ You will have to loop through each list and insert their items into a new list.
1818

19-
+ There are more ways to merge lists in python, this would be a good time for you to search on the Internet "how to merge lists in python".
19+
+ There are more ways to merge lists in Python, this would be a good time for you to search on the Internet "how to merge lists in python".
2020

2121
## 💻 Expected result:
2222

0 commit comments

Comments
 (0)