Skip to content

Commit 08d17d1

Browse files
committed
Typo fix
1 parent 2edd386 commit 08d17d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Minesweep/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def play_a_game():
146146
press = 0
147147
touch_time = 0
148148
while True:
149-
now = time/monotonic()
149+
now = time.monotonic()
150150
snapshot.update()
151151
# if snapshot.fell:
152152
# save_pixels()

0 commit comments

Comments
 (0)