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 Exceptions
---------- ----------
.. autoclass:: flask_discord.exceptions.HttpException .. autoclass:: flask_discord.HttpException
:members: :members:
.. autoclass:: flask_discord.exceptions.Unauthorized .. autoclass:: flask_discord.Unauthorized
:members: :members:

View File

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