mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 22:34:52 +00:00
Docs Fix
This commit is contained in:
parent
ed6dad7426
commit
d162ee1542
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class Run:
|
||||||
operation. This is almost the same as :py:obj:`asyncio.run` except for the fact that Pyrogram's ``run`` uses the
|
operation. This is almost the same as :py:obj:`asyncio.run` except for the fact that Pyrogram's ``run`` uses the
|
||||||
current event loop instead of a new one.
|
current event loop instead of a new one.
|
||||||
|
|
||||||
If you want to run multiple clients at once, see :meth:`pyrogram.compose`.
|
If you want to run multiple clients at once, see :meth:`~pyrogram.compose`.
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
coroutine (``Coroutine``, *optional*):
|
coroutine (``Coroutine``, *optional*):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue