mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +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
|
||||
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:
|
||||
coroutine (``Coroutine``, *optional*):
|
||||
|
|
|
|||
Loading…
Reference in a new issue