From d66e4d3a9152b5499e310807ba215234bfaf0265 Mon Sep 17 00:00:00 2001 From: Phil <2121464@stud.hs-mannheim.de> Date: Mon, 9 Jan 2023 14:28:51 +0100 Subject: [PATCH] =?UTF-8?q?h=C3=B6h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.py b/1.py index d5e0067..ee370d2 100644 --- a/1.py +++ b/1.py @@ -4,7 +4,7 @@ class ThomasMüller: class MoritzLutz(ThomasMüller): pass -class MiriNahimiaLutz(ThomasMüller, MoritzLutz): +class MiriNamibiaLutz(ThomasMüller, MoritzLutz): pass