Docs changes

This commit is contained in:
thecosmos
2019-05-22 11:13:46 +05:30
parent 3e485c1e94
commit b0c659dd2e
2 changed files with 3 additions and 3 deletions

View File

@@ -43,8 +43,8 @@ Models
Exceptions
----------
.. autoclass:: flask_discord.exceptions.HttpException
.. autoclass:: flask_discord.HttpException
:members:
.. autoclass:: flask_discord.exceptions.Unauthorized
.. autoclass:: flask_discord.Unauthorized
:members:

View File

@@ -91,7 +91,7 @@ class DiscordOAuth2HttpClient(abc.ABC):
Raises
------
flask_discord.exceptions.Unauthorized
flask_discord.Unauthorized
Raises :py:class:`flask_discord.exceptions.Unauthorized` if current user is not authorized.
"""