Fixed the documentation of the login_required decorator in the DigestAuth class.

This commit is contained in:
依瑪貓 2022-12-07 18:48:39 +08:00
parent 038e7a8352
commit 79abdc9cde

View File

@ -70,7 +70,7 @@ class DigestAuth:
"""The callback to run when the user logs in.""" """The callback to run when the user logs in."""
def login_required(self, view) -> t.Callable: def login_required(self, view) -> t.Callable:
"""The view decorator for HTTP digest authentication. """The view decorator for the HTTP digest authentication.
:Example: :Example: