From 8040a6d378036589f4e7967a8020c734a8875362 Mon Sep 17 00:00:00 2001 From: 203320119 <1531978676@qq.com> Date: Thu, 24 Jun 2021 13:40:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'scoreboard.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scoreboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): """初始化显示得分涉及的属性"""