summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-01-29 08:45:40 -0700
committerTim Graham <timograham@gmail.com>2013-01-29 10:58:24 -0700
commit5da6ce11edb60319c014c07c40b03674ea89de4c (patch)
treec59913f7b566f07a9e0ce26e3f2d5ed677507a3a /docs/topics
parentf6075b0596e20951bd8232f09d97fb7fac08308c (diff)
[1.5.x] Fixed typos in docs and comments
Backport of ee26797cff from master
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/auth/default.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt
index 12e8fc7d76..6847080c1c 100644
--- a/docs/topics/auth/default.txt
+++ b/docs/topics/auth/default.txt
@@ -82,7 +82,7 @@ Changing passwords
Django does not store raw (clear text) passwords on the user model, but only
a hash (see :doc:`documentation of how passwords are managed
</topics/auth/passwords>` for full details). Because of this, do not attempt to
-manipulate the password attribute of the user directly. This is why a a helper
+manipulate the password attribute of the user directly. This is why a helper
function is used when creating a user.
To change a user's password, you have several options: