Browse Source

remove repeat 'to' in Task.restart doc

pull/7069/merge
NiumXp 4 years ago
committed by GitHub
parent
commit
76c9e390f1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/ext/tasks/__init__.py

2
discord/ext/tasks/__init__.py

@ -378,7 +378,7 @@ class Loop(Generic[LF]):
Parameters
------------
\*args
The arguments to to use.
The arguments to use.
\*\*kwargs
The keyword arguments to use.
"""

Loading…
Cancel
Save