diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 3e10b737e7..e5d3440bd5 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -12,9 +12,9 @@ is. For projects where authentication needs differ from the default, Django supports extensive :doc:`extension and customization ` of authentication. -Django authentication provides both authentication and authorization, together +Django authentication provides both authentication and authorization together and is generally referred to as the authentication system, as these features -somewhat coupled. +are somewhat coupled. .. _user-objects: