Don't make start and idle clickable

This commit is contained in:
Dan 2018-06-22 13:12:31 +02:00
parent c067b42bf2
commit 82a0c965ba

View File

@ -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: