From db340fd5f942cceb93c559f9aabab9f1113ebcda Mon Sep 17 00:00:00 2001 From: Steve C Date: Mon, 8 Apr 2019 23:33:44 -0400 Subject: [PATCH] Fix broken documentation attribute --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index ef36ae320..ed182f93d 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -253,7 +253,7 @@ to handle it, which defaults to print a traceback and ignoring the exception. called regardless of the message being in the internal message cache or not. If the message is found in the message cache, - it can be accessed via:attr:`RawMessageDeleteEvent.cached_message` + it can be accessed via :attr:`RawMessageDeleteEvent.cached_message` :param payload: The raw event payload data. :type payload: :class:`RawMessageDeleteEvent`