Skip to content

Commit

Permalink
Minor docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
weibeu committed Apr 29, 2020
1 parent 079fbc8 commit 5d4fa1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_discord/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Decorators.

def requires_authorization(view):
"""A decorator for flask views which raises exception :py:class:`flask_discord.exceptions.Unauthorized` if the user
"""A decorator for flask views which raises exception :py:class:`flask_discord.Unauthorized` if the user
is not authorized from Discord OAuth2.
"""
Expand Down

0 comments on commit 5d4fa1d

Please sign in to comment.