mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-11 19:07:28 +03:00
fix docstrings
This commit is contained in:
parent
9bfddd3e07
commit
b78b051966
2 changed files with 2 additions and 2 deletions
|
@ -119,5 +119,5 @@ to handle it, which defaults to print a traceback and ignoring the exception.
|
||||||
Called when particular shard becomes ready.
|
Called when particular shard becomes ready.
|
||||||
|
|
||||||
:param shard_id: The shard ID that is ready.
|
:param shard_id: The shard ID that is ready.
|
||||||
:type shard_id: :class:`int``
|
:type shard_id: :class:`int`
|
||||||
|
|
||||||
|
|
|
@ -325,7 +325,7 @@ class Client:
|
||||||
check: Optional[Callable[[Any], :class:`bool`]]
|
check: Optional[Callable[[Any], :class:`bool`]]
|
||||||
A predicate to check what to wait for. The arguments must meet the
|
A predicate to check what to wait for. The arguments must meet the
|
||||||
parameters of the event being waited for.
|
parameters of the event being waited for.
|
||||||
timeout: Optional[float]
|
timeout: Optional[:class:`float`]
|
||||||
The number of seconds to wait before timing out and raising
|
The number of seconds to wait before timing out and raising
|
||||||
:exc:`asyncio.TimeoutError`.
|
:exc:`asyncio.TimeoutError`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue