From 77a5a1821e940a8394e43bf46fa452c678475ad5 Mon Sep 17 00:00:00 2001 From: Michele Sessa Date: Tue, 24 Jan 2023 15:07:37 +0000 Subject: [PATCH] docs(punishment): improve references section --- subjects/devops/punishment/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/devops/punishment/README.md b/subjects/devops/punishment/README.md index 6b6d9bca..b2271c17 100644 --- a/subjects/devops/punishment/README.md +++ b/subjects/devops/punishment/README.md @@ -53,5 +53,5 @@ The first half and the second. ### References -- [strip](https://www.w3schools.com/python/ref_string_strip.asp) -- [string multiplication](https://www.geeksforgeeks.org/create-multiple-copies-of-a-string-in-python-by-using-multiplication-operator/) +- [Function strip()](https://docs.python.org/3.11/library/stdtypes.html?highlight=strip#str.strip) +- [String multiplication](https://www.geeksforgeeks.org/create-multiple-copies-of-a-string-in-python-by-using-multiplication-operator/)