From 4f096eb6a64c5e798f04a68740c7a8aae39b048c Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Sat, 8 Jun 2024 23:39:18 +0530 Subject: [PATCH] Update index.md --- contrib/advanced-python/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/advanced-python/index.md b/contrib/advanced-python/index.md index 59ea9b5..b093e44 100644 --- a/contrib/advanced-python/index.md +++ b/contrib/advanced-python/index.md @@ -12,7 +12,7 @@ - [Protocols](protocols.md) - [Exception Handling in Python](exception-handling.md) - [Generators](generators.md) -- [Match Case Statement](match_case_statement.md) +- [Match Case Statement](match-case.md) - [Closures](closures.md) - [Filter](filter-function.md) - [Reduce](reduce-function.md)