Browse Source

[tasks] make __call__ actually appear in the docs

pull/6457/head
Sebastian Law 4 years ago
committed by GitHub
parent
commit
ceab8ff638
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/ext/tasks/__init__.py
  2. 1
      docs/ext/tasks/index.rst

2
discord/ext/tasks/__init__.py

@ -161,7 +161,7 @@ class Loop:
return self._next_iteration
async def __call__(self, *args, **kwargs):
"""|coro|
r"""|coro|
Calls the internal callback that the task holds.

1
docs/ext/tasks/index.rst

@ -139,5 +139,6 @@ API Reference
.. autoclass:: discord.ext.tasks.Loop()
:members:
:special-members: __call__
.. autofunction:: discord.ext.tasks.loop

Loading…
Cancel
Save