summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Ashman <ray.ashman.jr@gmail.com>2014-04-22 16:54:14 -0400
committerTim Graham <timograham@gmail.com>2014-04-22 18:29:13 -0400
commit2d450cc3e5afda821dd7d527ad34378c2f131fc5 (patch)
tree56c489a382003b68e2360df38e8904bad81ba7a7
parent036b2d4f30ce77414b1c14d5c9f0f07a546ec904 (diff)
[1.5.x] Updated grammar in description of django.contrib.auth.
Backport of 9853779805 from master
-rw-r--r--docs/topics/auth/default.txt4
1 files changed, 2 insertions, 2 deletions
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
</topics/auth/customizing>` 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: