summaryrefslogtreecommitdiff
path: root/docs
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:28:47 -0400
commit985377980513dbe7d5a6d7f7c139ce5446b5c288 (patch)
treef3e361385382373a7d1cd7567b7d6421734f873d /docs
parent03401701f3671f62ef51ff791e226b0d38a978ca (diff)
Updated grammar in description of django.contrib.auth.
Diffstat (limited to 'docs')
-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 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
</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: