Skip to content

Commit 6b6749a

Browse files
authored
Update pomodoro.py
Changed true to True
1 parent d251086 commit 6b6749a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pomodoro Timer/pomodoro.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ def countdown(minutes, name):
2525

2626
# Example use, running for infinity:
2727

28-
while true:
28+
while True:
2929
countdown(25,"Work Session")
3030
countdown(5, "Break")

0 commit comments

Comments
 (0)