From 985377980513dbe7d5a6d7f7c139ce5446b5c288 Mon Sep 17 00:00:00 2001 From: Ray Ashman Date: Tue, 22 Apr 2014 16:54:14 -0400 Subject: [PATCH] Updated grammar in description of django.contrib.auth. --- docs/topics/auth/default.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 15af543fa1..a54465f241 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: