Fixed grammar, unified the docstring's format and added documentation to some classes that did not have any. Closes #32.
This commit is contained in:
@ -6,7 +6,9 @@ from .display import Display
|
||||
|
||||
|
||||
class MapDisplay(Display):
|
||||
|
||||
"""
|
||||
A class to handle the display of the map.
|
||||
"""
|
||||
def __init__(self, *args):
|
||||
super().__init__(*args)
|
||||
|
||||
|
Reference in New Issue
Block a user