From b5266d8c8c5240a2776d0c1d9d85ea54ed010b7c Mon Sep 17 00:00:00 2001 From: eslopfer Date: Mon, 30 Jan 2023 21:00:27 +0000 Subject: [PATCH] docs(clean_the_list): capitalize string --- subjects/devops/clean_the_list/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/devops/clean_the_list/README.md b/subjects/devops/clean_the_list/README.md index 8d91b609..a2738000 100644 --- a/subjects/devops/clean_the_list/README.md +++ b/subjects/devops/clean_the_list/README.md @@ -34,5 +34,5 @@ $ ### References -[string strip method](https://www.w3schools.com/python/ref_string_strip.asp) -[string capitalize method](https://www.w3schools.com/python/ref_string_capitalize.asp) +[String strip method](https://www.w3schools.com/python/ref_string_strip.asp) +[String capitalize method](https://www.w3schools.com/python/ref_string_capitalize.asp)