diff --git a/docs/ext/tasks/index.rst b/docs/ext/tasks/index.rst index 8f90a87dc..484d79620 100644 --- a/docs/ext/tasks/index.rst +++ b/docs/ext/tasks/index.rst @@ -108,7 +108,7 @@ Doing something during cancellation: class MyCog(commands.Cog): def __init__(self, bot): - self.bot= bot + self.bot = bot self._batch = [] self.lock = asyncio.Lock() self.bulker.start()