summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-12-08 05:51:10 -0800
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-12-08 05:51:10 -0800
commitb21e0753ae520a8adce04d9e8b0db065d76c3e98 (patch)
treee4022d1e4e70922eae18ac822900972d1cc53fe5 /docs
parent35492f8fc4006acda4b5762ef187625e9c590c74 (diff)
parentcacafe89d075e3db7dab6b2f26fe096a2beaabcb (diff)
downloaddjango-b21e0753ae520a8adce04d9e8b0db065d76c3e98.tar.gz
Merge pull request #572 from un33k/master
minor spelling error fix in the docs
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt
index beaf281cb3..0006f385a9 100644
--- a/docs/topics/auth.txt
+++ b/docs/topics/auth.txt
@@ -2288,7 +2288,7 @@ code would be required in the app's ``admin.py`` file::
class UserChangeForm(forms.ModelForm):
- """A form for updateing users. Includes all the fields on
+ """A form for updating users. Includes all the fields on
the user, but replaces the password field with admin's
password hash display field.
"""