Skip to content

Commit 00cfb81

Browse files
committed
Fix minor documentation issue on PasswordChangeMiddleware
1 parent 020da42 commit 00cfb81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

password_policies/middleware.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ class PasswordChangeMiddleware(MiddlewareMixin):
4949
5050
.. warning::
5151
This middleware does not try to redirect using the HTTPS
52-
protocol."""
52+
protocol.
53+
"""
5354

5455
checked = settings.PASSWORD_POLICIES_LAST_CHECKED_SESSION_KEY
5556
expired = settings.PASSWORD_POLICIES_EXPIRED_SESSION_KEY

0 commit comments

Comments
 (0)