docs(punishment): improve references section

This commit is contained in:
Michele Sessa 2023-01-24 15:07:37 +00:00 committed by Michele
parent 4c05e7d7fb
commit 77a5a1821e
1 changed files with 2 additions and 2 deletions

View File

@ -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/)