From 598c5e43b50b5c3651c6a8df48f93a6b9295a0e2 Mon Sep 17 00:00:00 2001 From: gahjelle Date: Tue, 4 Feb 2025 23:20:25 +0100 Subject: [PATCH] Final QA --- split-strings/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/split-strings/README.md b/split-strings/README.md index 2be180a519..3e90c20d07 100644 --- a/split-strings/README.md +++ b/split-strings/README.md @@ -1,3 +1,3 @@ # How to Split a String in Python -This folder provides the code examples for the Real Python tutorial [How to Split a String in Python](https://realpython.com/python-string-split-concatenate-join/). +This folder provides the code examples for the Real Python tutorial [How to Split a String in Python](https://realpython.com/python-split-string/).