Opened 17 years ago
Closed 17 years ago
#8091 closed (fixed)
typo in auth/forms.py docstring
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Contrib apps | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
On line 106 of django/trunk/django/contrib/auth/forms.py, there's a typo in the docstring. "restting" needs to be changed to "resetting".
Note:
See TracTickets
for help on using tickets.
(in [8207]) Fixed #8091 -- Corrected typo in docstring. Thanks to Hayley Bonham <djangocode@…> for the report.