From 695b2089e72a8ffec713b5107496b4332a4e0713 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 2 Jan 2013 15:33:18 -0500 Subject: [PATCH] Fixed #19549 - Typo in docs/topics/auth/default.txt --- 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 76fb7d835bc..82cabadbecb 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: