fix(concat_string): replace broken link

This commit is contained in:
nprimo 2024-03-11 18:10:33 +00:00 committed by Niccolò Primo
parent 6a255bea71
commit fb6f08f58b
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@ $
### References
[string concatenation](https://www.w3schools.com/python/ref_string_concatenation.asp)
[string concatenation](https://docs.python.org/3/tutorial/introduction.html#text)