Skip to content

Commit be0082d

Browse files
authored
Fix: Added missing closing quote in documentation
Resolved a minor issue in the documentation where the closing quote was missing.
1 parent 464cf09 commit be0082d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 1 File handle/File handle text/question 6.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Write a function in python to count the number of lowercase
2-
alphabets present in a text file “happy.txt"""
2+
alphabets present in a text file “happy.txt"""
33

44
from counter import Counter
55

0 commit comments

Comments
 (0)