Selaa lähdekoodia

Updated grammar in description of django.contrib.auth.

Ray Ashman 11 vuotta sitten
vanhempi
commit
9853779805
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      docs/topics/auth/default.txt

+ 2 - 2
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: