diff --git a/scoreboard.py b/scoreboard.py index 0c670eb..93f2c06 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -3,7 +3,7 @@ from pygame.sprite import Group from ship import Ship class Scoreboard(): - """显示得分信息的类""" + """显示得分信的类""" def __init__(self, ai_settings, screen, stats): """初始化显示得分涉及的属性"""