From 82a0c965ba9a7193c202e2e156b365ed4e2717fd Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Fri, 22 Jun 2018 13:12:31 +0200 Subject: [PATCH] Don't make start and idle clickable --- pyrogram/client/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: