From e97389fdbff344879abc4ea15ead066bd7c6cae5 Mon Sep 17 00:00:00 2001 From: filifa Date: Tue, 19 Mar 2024 20:38:20 -0500 Subject: [PATCH] Remove old comment --- board.py | 1 - 1 file changed, 1 deletion(-) diff --git a/board.py b/board.py index 23b6033..d8ce74a 100644 --- a/board.py +++ b/board.py @@ -113,7 +113,6 @@ class Board: return (self.squares.index(row), row.index(s)) # Places mines in such a way that the first space clicked will be a 0 space - # Returns False if a mine was clicked, returns True otherwise # Also starts timer def place_mines(self, mousepos): square = self.get_clicked_square(mousepos)