This commit is contained in:
Yohann D'ANELLO
2020-11-18 14:56:59 +01:00
parent a6cd075b8c
commit 20aeb5fd4a
5 changed files with 20 additions and 16 deletions

View File

@ -5,8 +5,9 @@ from dungeonbattle.term_manager import TermManager
class Bootstrap:
"""
The bootstrap object is used to bootstrap the game so that it starts properly.
(It was initially created to avoid circulary imports between the Game and
The bootstrap object is used to bootstrap the game so that it starts
properly.
(It was initially created to avoid circular imports between the Game and
Display classes)
"""