Skip to content

Commit a951b34

Browse files
author
david allen
committed
Comment cleanup.
1 parent 4db4784 commit a951b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HelloWorld_pygame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def main():
130130
# keyboard input
131131
# ----------
132132
if evento.type == pygame.KEYDOWN or evento.type == pygame.KEYUP:
133-
print(f'Key event captures for key = "{pygame.key.name(evento.key)}"')
133+
print(f'Key event captured for key named "{pygame.key.name(evento.key)}"')
134134

135135
# handle special keyboard inputs
136136
# ----------

0 commit comments

Comments
 (0)