Skip to content

Commit 889647b

Browse files
committed
remove trailing whitespaces
1 parent 2367684 commit 889647b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Qualia/Qualia_S3_1D_Chomper_Game/chomper_1d_lib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Entity:
1414
"""
1515
Entity helper class holds a TileGrid and keeps track of direction and a set of current sprites.
1616
Includes functions for iterating through the sprites to make animations and
17-
for checking on collissions with other Entities.
17+
for checking on collissions with other Entities.
1818
"""
1919

2020
# Direction Constants
@@ -769,7 +769,7 @@ def convert_pellet_to_big(self):
769769
def big_pellet_exists(self):
770770
"""
771771
Check if any big pellets exist
772-
:return: True if there is at least one big pellet on the map
772+
:return: True if there is at least one big pellet on the map
773773
"""
774774
for i in range(21):
775775
if self._map_tilegrid[i, 1] == 9:

0 commit comments

Comments
 (0)