Skip to content

Commit 1f16fdd

Browse files
committed
Typo.
1 parent 4c65140 commit 1f16fdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/ch_08_loops/_04_dont_use_else_or_else.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
print('.', end='')
55
count += 1
66
else:
7-
print("In the else clause of the whole loop.")
7+
print("In the else clause of the while loop.")
88
print()
99

1010
print("Breaking out of the while: ", end='')

0 commit comments

Comments
 (0)