Commit b21e0753 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Merge pull request #572 from un33k/master

minor spelling error fix in the docs
parents 35492f8f cacafe89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
        """