From dc3c6bad1dbaa1a412f065b05879f5a464a2df47 Mon Sep 17 00:00:00 2001 From: hima0206 Date: Mon, 23 Jun 2025 17:55:48 +0000 Subject: [PATCH] upated description --- mkdocs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 91fac64..bfd0fbc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -60,11 +60,9 @@ nav: - Introduction: comprehensions/listcomprehension/introduction.md - Dictionary Comprehension: - Introduction: comprehensions/dictionarycomprehension/introduction.md - - Set Comprehensions: - - Introduction: comprehensions/setcomprehensions/introduction.md - Generator Comprehensions: - Introduction: comprehensions/generatorcomprehensions/introduction.md - - File Operations: + - File Operation: - Introduction: file_handling/introduction.md - Python Modules: - Introduction: python_modules/introduction.md