From 21003c08d9e671af3816b28829b5710467c1ca83 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Mon, 30 Jan 2023 08:33:49 +0000 Subject: [PATCH] docs(clean_the_list): highlight function name --- 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 88dec750..fbaa8ea3 100644 --- a/subjects/devops/clean_the_list/README.md +++ b/subjects/devops/clean_the_list/README.md @@ -16,7 +16,7 @@ Create a file `shopping.py` that contains a function `clean_list` which takes in ### Usage -Here is an example of how to use the clean_list function: +Here is an example of how to use the `clean_list` function: ```python import shopping