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 ----------