mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
fix a spelling error in docs
This commit is contained in:
parent
90d3af380e
commit
cacafe89d0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue