Merge pull request #572 from un33k/master

minor spelling error fix in the docs
This commit is contained in:
Aymeric Augustin 2012-12-08 05:51:10 -08:00
commit b21e0753ae
1 changed files with 1 additions and 1 deletions

View File

@ -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.
"""