From 8d4a1c734c6966a82402ae8bd27bf9feab9b1944 Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Sat, 3 Dec 2022 08:18:39 -0500 Subject: [PATCH] Fix typo --- core/auto_process/managers/sickbeard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/auto_process/managers/sickbeard.py b/core/auto_process/managers/sickbeard.py index 5a085a3b..3124f348 100644 --- a/core/auto_process/managers/sickbeard.py +++ b/core/auto_process/managers/sickbeard.py @@ -15,9 +15,9 @@ from requests_oauthlib import OAuth2Session class InitSickBeard: - """Sickbeard init class. + """SickBeard init class. - Used to determin which sickbeard fork object to initialize. + Used to determine which SickBeard fork object to initialize. """ def __init__(self, cfg, section, input_category):