aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-03-17 20:24:10 +0100
committerGravatar kwzrd <[email protected]>2020-03-17 20:24:10 +0100
commit199418ddbac0573f0fa212798bb221967737751c (patch)
tree169294c710b002d38dd53107a691391a31463bd8
parentDeseasonify: relax type annotation (diff)
Deseasonify: improve `SeasonBase` docstring wording
-rw-r--r--bot/seasons/__init__.py4
1 files changed, 2 insertions, 2 deletions
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"