Skip to content

Commit b0e96d0

Browse files
JostMigendaRobadob
andcommitted
Update episodes/optimisation-using-python.md
Co-authored-by: Robert Chisholm <[email protected]>
1 parent 2073321 commit b0e96d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/optimisation-using-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ Can you find a shorter, more easily understandable way to write this in Python?
326326

327327
:::::::::::::::::::::::: hint
328328

329-
Python strings have a lot of methods to perform common operations, like removing suffixes, replacing substrings, joining or splitting, stripping whitespaces, and much more. See the documentation at https://docs.python.org/3/library/stdtypes.html#string-methods for a full list.
329+
Python strings have a lot of methods to perform common operations, like removing suffixes, replacing substrings, joining or splitting, stripping whitespaces, and much more. See Python's [string methods documentation](https://docs.python.org/3/library/stdtypes.html#string-methods) for a full list.
330330

331331
:::::::::::::::::::::::::::::::::
332332

0 commit comments

Comments
 (0)