Browse Source
remove repeat 'to' in Task.restart doc
pull/7069/merge
NiumXp
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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. |
|
|
|
""" |
|
|
|