diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index 49b1c898..6db22fa4 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -303,7 +303,7 @@ class Client(Methods, BaseClient): self.stop() def run(self): - """Use this method to automatically :meth:`start` and :meth:`idle` a Client. + """Use this method to automatically start and idle a Client. Requires no parameters. Raises: