From 4f3ea55b33b8917671fdba713b3f321ad03d5be0 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Mon, 30 Jan 2023 08:38:52 +0000 Subject: [PATCH] docs(clean_the_list): add method to the names --- 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 fbaa8ea37..52db64c9a 100644 --- a/subjects/devops/clean_the_list/README.md +++ b/subjects/devops/clean_the_list/README.md @@ -32,5 +32,5 @@ This will output: ### References -[string strip](https://www.w3schools.com/python/ref_string_strip.asp) -[string capitalize](https://www.w3schools.com/python/ref_string_strip.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)