diff options
| -rw-r--r-- | django/contrib/auth/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/auth/views.py b/django/contrib/auth/views.py index 5e11030f03..013ed9f3e2 100644 --- a/django/contrib/auth/views.py +++ b/django/contrib/auth/views.py @@ -98,7 +98,7 @@ def logout(request, next_page=None, def logout_then_login(request, login_url=None, current_app=None, extra_context=None): """ - Logs out the user if he is logged in. Then redirects to the log-in page. + Logs out the user if they are logged in. Then redirects to the log-in page. """ if not login_url: login_url = settings.LOGIN_URL |
