From be0082df96896c1f3ff45df0c7804090f4e557ea Mon Sep 17 00:00:00 2001 From: Shaurya Chauhan <93973876+OP-Raaja@users.noreply.github.com> Date: Tue, 18 Mar 2025 22:29:07 +0530 Subject: [PATCH] Fix: Added missing closing quote in documentation Resolved a minor issue in the documentation where the closing quote was missing. --- 1 File handle/File handle text/question 6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1 File handle/File handle text/question 6.py b/1 File handle/File handle text/question 6.py index a98fe3a7cfb..467ea401995 100644 --- a/1 File handle/File handle text/question 6.py +++ b/1 File handle/File handle text/question 6.py @@ -1,5 +1,5 @@ """Write a function in python to count the number of lowercase -alphabets present in a text file “happy.txt""" +alphabets present in a text file “happy.txt”""" from counter import Counter