From b8fe4e2b3516dc14e8e684e99cdab1ab566023e7 Mon Sep 17 00:00:00 2001 From: hernanes338 Date: Wed, 18 Oct 2023 15:22:00 +0200 Subject: [PATCH] Fix Python Lambda Functions hyperlink --- .../python/content/102-python-advanced-topics/103-lambdas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/python/content/102-python-advanced-topics/103-lambdas.md b/src/data/roadmaps/python/content/102-python-advanced-topics/103-lambdas.md index f83a15ef5..c249adea1 100644 --- a/src/data/roadmaps/python/content/102-python-advanced-topics/103-lambdas.md +++ b/src/data/roadmaps/python/content/102-python-advanced-topics/103-lambdas.md @@ -6,4 +6,4 @@ Visit the following resources to learn more: - [Lambdas in Python](https://www.w3schools.com/python/python_lambda.asp) - [How to use Lambda functions](https://realpython.com/python-lambda/) -- [ Python Lambda Functions](https://www.youtube.com/watch?v=kr22jigjlok) \ No newline at end of file +- [Python Lambda Functions](https://www.youtube.com/watch?v=KR22jigJLok) \ No newline at end of file