From 9c28442039a5828569d2c77a7bdba44b0803491b Mon Sep 17 00:00:00 2001 From: RohanRadia Date: Tue, 2 Apr 2019 22:39:45 +0100 Subject: Fixed indentation of doc string --- bot/seasons/easter/traditions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') 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)) -- cgit v1.2.3