Minor docs fix

This commit is contained in:
thecosmos
2020-04-29 18:51:18 +05:30
parent 079fbc8106
commit 5d4fa1df56

View File

@@ -8,7 +8,7 @@ from flask import current_app
# Decorators. # Decorators.
def requires_authorization(view): 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. is not authorized from Discord OAuth2.
""" """