From d162ee154273479ff93282d7f12c29fe619cd45c Mon Sep 17 00:00:00 2001 From: xiaocai <52635310+X1A0CA1@users.noreply.github.com> Date: Thu, 13 Jun 2024 15:44:28 +0800 Subject: [PATCH] Docs Fix --- pyrogram/methods/utilities/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrogram/methods/utilities/run.py b/pyrogram/methods/utilities/run.py index dee93b4d..addb2202 100644 --- a/pyrogram/methods/utilities/run.py +++ b/pyrogram/methods/utilities/run.py @@ -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*):