From b338d80e6fcd4ae6cad88fd04d4d145085805349 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Mon, 30 Jan 2023 08:27:46 +0000 Subject: [PATCH] docs(clean_the_list): make description more formal --- subjects/devops/clean_the_list/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/devops/clean_the_list/README.md b/subjects/devops/clean_the_list/README.md index 07ad3abb..a523c4bb 100644 --- a/subjects/devops/clean_the_list/README.md +++ b/subjects/devops/clean_the_list/README.md @@ -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