From eaa4029bff22f8a8dbd80d4519f78dd4fe0789d4 Mon Sep 17 00:00:00 2001 From: Nicholas Dyer Date: Tue, 7 Jan 2025 09:17:56 -0500 Subject: [PATCH] typo fix --- steam_saver/surfaces/steam_screen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam_saver/surfaces/steam_screen.py b/steam_saver/surfaces/steam_screen.py index df8b2b0..d2d4e88 100644 --- a/steam_saver/surfaces/steam_screen.py +++ b/steam_saver/surfaces/steam_screen.py @@ -17,7 +17,7 @@ class SteamLogo(pygame.sprite.Sprite): y_speed (int): Current speed in the Y axis. max_x (int): Maximum X position on the screen. max_y (int): Maximum Y position on the screen. - is_mini (bool): Whether or not the logo is a mini (background) logo or not. + is_mini (bool): Bool to determine whether the logo is a mini (background) logo or not. """ def __init__(self, window_size: tuple, is_mini: bool = False):