diff options
author | 2019-04-02 22:39:45 +0100 | |
---|---|---|
committer | 2019-04-02 22:39:45 +0100 | |
commit | 9c28442039a5828569d2c77a7bdba44b0803491b (patch) | |
tree | 5a6dd96670c0f7e8dd49cd293ada17b2f96924ae | |
parent | Fixed PATH call (diff) |
Fixed indentation of doc string
-rw-r--r-- | bot/seasons/easter/traditions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/easter/traditions.py b/bot/seasons/easter/traditions.py index d15de3a6..69197031 100644 --- a/bot/seasons/easter/traditions.py +++ b/bot/seasons/easter/traditions.py @@ -19,7 +19,7 @@ class Traditions(commands.Cog): @commands.command(alias='eastercustoms') async def easter_tradition(self, ctx): - """Responds with a random tradition or custom""" + """Responds with a random tradition or custom""" random_country = random.choice(list(traditions)) |