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):