From dffff2d672c24d993b6cb09a77311fecf6f031c0 Mon Sep 17 00:00:00 2001 From: thecosmos Date: Wed, 22 May 2019 11:16:52 +0530 Subject: [PATCH] Docs fix --- flask_discord/_http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask_discord/_http.py b/flask_discord/_http.py index 30d053a..6f0b4b9 100644 --- a/flask_discord/_http.py +++ b/flask_discord/_http.py @@ -92,7 +92,7 @@ class DiscordOAuth2HttpClient(abc.ABC): Raises ------ flask_discord.Unauthorized - Raises :py:class:`flask_discord.exceptions.Unauthorized` if current user is not authorized. + Raises :py:class:`flask_discord.Unauthorized` if current user is not authorized. """ response = self._make_session().get(configs.API_BASE_URL + route)