Skip to content

Commit

Permalink
Docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
weibeu committed May 22, 2019
1 parent b0c659d commit dffff2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_discord/_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def get(self, route: str) -> dict:
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)
Expand Down

0 comments on commit dffff2d

Please sign in to comment.