diff --git a/betroot.py b/beetroot.py similarity index 97% rename from betroot.py rename to beetroot.py index 676e483..cb8759f 100644 --- a/betroot.py +++ b/beetroot.py @@ -1,7 +1,7 @@ from plant import Plant from datetime import datetime -class Betroot(Plant): +class Beetroot(Plant): def __init__(self): super().__init__()