docs(clean_the_list): make description more formal

This commit is contained in:
eslopfer 2023-01-30 08:27:46 +00:00
parent e5fba187a8
commit b338d80e6f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Create a file `shopping.py` that contains a function `clean_list` which takes in
- Capitalizes the first letter (first letter only, other ones should be to lowercase).
- Adds its index number before a separator `x/ `.
- An empty list as input should return an empty list as output.
- And don't forget the milk !!!! (add it at the end of the list if missing).
- And don't forget the milk! (add it at the end of the list if missing).
### Usage