From f4b2d815a025bcb819e9d79a4438b97b73e95f24 Mon Sep 17 00:00:00 2001 From: maeries <8ij4neqiu@mozmail.com> Date: Mon, 24 Mar 2025 18:56:07 +0100 Subject: [PATCH] typo --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 573293a..44d822f 100644 --- a/main.py +++ b/main.py @@ -564,7 +564,7 @@ class EloSystem: ax.add_patch(rect) plt.xlabel('Elo Gain') - plt.title('ELo Gain per Team') + plt.title('Elo Gain per Team') # Save the chart plt.savefig(os.path.join(self.output_directory, 'images', competition_id + '_results.' + self.IMAGE_FORMAT), dpi=100) -- GitLab