diff --git a/maze.py b/maze.py index 241d690..d90740a 100644 --- a/maze.py +++ b/maze.py @@ -62,7 +62,7 @@ class Maze: mov (Direction): The direction to move in Returns: - bool: Returns if the player moved + bool: Returns if the player didn't move """ old_player = self.player