Skip to content

Commit 7f97454

Browse files
committed
Commented the code for readability
1 parent 1e44a3d commit 7f97454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DigitalClock/clock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
root = Tk()
66

7-
# Title the window to "My Clock"
7+
# Label the window to "My Clock"
88
root.title('My Clock')
99

1010
#Time calculation

0 commit comments

Comments
 (0)