summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-01-02 15:33:18 -0500
committerTim Graham <timograham@gmail.com>2013-01-02 15:33:58 -0500
commitda2cdd3a0f7663ebdf20e33d553bc9d98b2b65fc (patch)
tree60561705f6df1f6e6ea259e5af33013a9e1d090b
parent520a3f090c0541ddfaf3e949ca1edc6a113b6305 (diff)
[1.5.X] Fixed #19549 - Typo in docs/topics/auth/default.txt
Backport of 695b2089e7 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 c4736135b0..681ea02961 100644
--- a/docs/topics/auth/default.txt
+++ b/docs/topics/auth/default.txt
@@ -26,8 +26,8 @@ authentication system. They typically represent the people interacting with
your site and are used to enable things like restricting access, registering
user profiles, associating content with creators etc. Only one class of user
exists in Django's authentication framework, i.e., 'superusers' or admin
-'staff' users are is just a user objects with special attributes set, not
-different classes of user objects.
+'staff' users are just user objects with special attributes set, not different
+classes of user objects.
The primary attributes of the default user are: