Skip to content

Commit 7cf772b

Browse files
committed
Fix typo in outline
1 parent 7f40cb2 commit 7cf772b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def game_loop():
7878
text=GAME_OVER_MSG)
7979
text_frame = canvas.create_rectangle(canvas.bbox(text),
8080
fill='white',
81-
outlint='white')
81+
outline='white')
8282
canvas.tag_lower(text_frame, text)
8383

8484
else:

0 commit comments

Comments
 (0)