From b4fee5b5e024b36c7c286756c6015b5652699727 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Thu, 4 Jan 2018 03:02:55 +0100 Subject: [PATCH] Update docstrings --- 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 c63cb89d..6e4a6a83 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -447,7 +447,7 @@ class Client: """A simple method for testing the user authorization. Requires no parameters. Returns: - Full information about the user in form of a ``types.UserFull`` object. + Full information about the user in form of a :obj:`pyrogram.api.types.UserFull` object. Raises: :class:`pyrogram.Error`