From 12f7343ad8090af8393a2a88a30179a9530f42c6 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Mon, 30 Jan 2023 08:48:07 +0000 Subject: [PATCH] docs(clean_the_list): specify what to return --- 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 e4f29c09e..2af63c7b2 100644 --- a/subjects/devops/clean_the_list/README.md +++ b/subjects/devops/clean_the_list/README.md @@ -2,7 +2,7 @@ ### Instructions -Create a file `shopping.py` that contains a function `clean_list` which takes in a list of strings and performs the following operations on each list item: +Create a file `shopping.py` that contains a function `clean_list` which takes and returns a list of strings and performs the following operations on each list item: - Removes all spaces before and after (but not between words).