Update Object.bind docstring

This commit is contained in:
Dan 2022-04-24 11:56:07 +02:00
parent c2333c0575
commit 20c6b959d5

View File

@ -29,7 +29,7 @@ class Object:
self._client = client
def bind(self, client: "pyrogram.Client"):
"""Recursively bind a Client instance to this and to all nested Pyrogram objects.
"""Bind a Client instance to this and to all nested Pyrogram objects.
Parameters:
client (:obj:`~pyrogram.types.Client`):