diff --git a/src/flask_digest_auth/auth.py b/src/flask_digest_auth/auth.py index 480c1cc..8d30512 100644 --- a/src/flask_digest_auth/auth.py +++ b/src/flask_digest_auth/auth.py @@ -70,7 +70,7 @@ class DigestAuth: """The callback to run when the user logs in.""" def login_required(self, view) -> t.Callable: - """The view decorator for HTTP digest authentication. + """The view decorator for the HTTP digest authentication. :Example: