From f2f8ccaf560fda55266a3223321bbe135a786ac1 Mon Sep 17 00:00:00 2001
From: Patrick Moessler <pub@asaril.de>
Date: Fri, 17 Feb 2023 02:08:38 +0100
Subject: [PATCH] fix typo

---
 effects/bouncingspot.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/effects/bouncingspot.py b/effects/bouncingspot.py
index ba6ab19..145d5de 100644
--- a/effects/bouncingspot.py
+++ b/effects/bouncingspot.py
@@ -6,7 +6,7 @@ import math
 from typing import Union, Generator
 
 
-class BouncingSpot2(Effect):
+class BouncingSpot(Effect):
     def __init__(
         self,
         bounds: pg.Rect,