We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7998d3e commit d207cb2Copy full SHA for d207cb2
arcade-a-primer/arcade_game.py
@@ -94,7 +94,7 @@ def add_enemy(self, delta_time: float):
94
"""Adds a new enemy to the screen
95
96
Arguments:
97
- delta_time {float} -- How much time as passed since the last call
+ delta_time {float} -- How much time has passed since the last call
98
"""
99
100
# First, create the new enemy sprite
0 commit comments