From 12fa275d09083420bde49e1e38d4a3b941f46926 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 3 Jan 2018 18:23:08 +0100 Subject: [PATCH] Fix Error class redirection --- docs/source/pyrogram/Error.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/pyrogram/Error.rst b/docs/source/pyrogram/Error.rst index 87f3e1a0..b5474e73 100644 --- a/docs/source/pyrogram/Error.rst +++ b/docs/source/pyrogram/Error.rst @@ -1,7 +1,7 @@ Error ===== -.. autoexception:: pyrogram.api.errors.error.Error +.. autoexception:: pyrogram.Error :members: :show-inheritance: