Commit 9af7e18f authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Fixed an unescisarily gendered pronoun in a docstring

parent b72b85af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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