diff --git a/README.md b/README.md index 83c6b4e..a68e181 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ List sum() sorted_by_second = sorted(, key=lambda el: el[1]) flattened_list = [item for sublist in for item in sublist] -list() # Creates list of chars. +list() # Creates a list of chars. ```