Skip to content

Commit d207cb2

Browse files
committed
Typo in comment
1 parent 7998d3e commit d207cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arcade-a-primer/arcade_game.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def add_enemy(self, delta_time: float):
9494
"""Adds a new enemy to the screen
9595
9696
Arguments:
97-
delta_time {float} -- How much time as passed since the last call
97+
delta_time {float} -- How much time has passed since the last call
9898
"""
9999

100100
# First, create the new enemy sprite

0 commit comments

Comments
 (0)