From 199418ddbac0573f0fa212798bb221967737751c Mon Sep 17 00:00:00 2001 From: kwzrd Date: Tue, 17 Mar 2020 20:24:10 +0100 Subject: Deseasonify: improve `SeasonBase` docstring wording --- bot/seasons/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bot') diff --git a/bot/seasons/__init__.py b/bot/seasons/__init__.py index ae9ff61a..28920476 100644 --- a/bot/seasons/__init__.py +++ b/bot/seasons/__init__.py @@ -51,8 +51,8 @@ class SeasonBase: This serves as the off-season fallback for when no specific seasons are active. - Seasons are 'registered' by simply by inheriting from `SeasonBase`, - as they are then found by looking at `__subclasses__`. + Seasons are 'registered' simply by inheriting from `SeasonBase`. + We discover them by calling `__subclasses__`. """ season_name: str = "Evergreen" -- cgit v1.2.3