summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2012-12-02 16:26:00 -0500
committerVal Neekman <val@neekware.com>2012-12-02 16:26:00 -0500
commitcacafe89d075e3db7dab6b2f26fe096a2beaabcb (patch)
treeb0217ea13310656c5bb42961153595497950e64f /docs
parent90d3af380e8efec0301dd91600c6686232de3943 (diff)
downloaddjango-cacafe89d075e3db7dab6b2f26fe096a2beaabcb.tar.gz
fix a spelling error in 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.
"""