This commit is contained in:
Yohann D'ANELLO
2020-11-18 14:56:59 +01:00
parent be6c949b18
commit 958dcdfee0
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)
"""