From 18003e05e2d9c9f019601c0bddd89e7eab456d90 Mon Sep 17 00:00:00 2001 From: Ankit Mahato Date: Sun, 2 Jun 2024 21:39:35 +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 fa2fd7b..16210c2 100644 --- a/contrib/advanced-python/index.md +++ b/contrib/advanced-python/index.md @@ -1,6 +1,6 @@ # List of sections -- [OOPs](OOPs.md) +- [OOPs](oops.md) - [Decorators/\*args/**kwargs](decorator-kwargs-args.md) - [Lambda Function](lambda-function.md) - [Working with Dates & Times in Python](dates_and_times.md)