From def30d1348e422bc4c35f88e5d88566b9a68aace Mon Sep 17 00:00:00 2001 From: thecosmos Date: Thu, 23 May 2019 00:09:23 +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 6f0b4b9..e1510ad 100644 --- a/flask_discord/_http.py +++ b/flask_discord/_http.py @@ -11,7 +11,7 @@ from requests_oauthlib import OAuth2Session class DiscordOAuth2HttpClient(abc.ABC): """An OAuth2 http abstract base class providing some factory methods. This class is meant to be overridden by :py:class:`flask_discord.DiscordOAuth2Session` - and should not be used directly. + and should not be used directly. Attributes ----------