Skip to content

Commit

Permalink
Merge pull request django#572 from un33k/master
Browse files Browse the repository at this point in the history
minor spelling error fix in the docs
  • Loading branch information
aaugustin committed Dec 8, 2012
2 parents 35492f8 + cacafe8 commit b21e075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/auth.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit b21e075

Please sign in to comment.