Opened 14 years ago
Closed 14 years ago
#18230 closed Uncategorized (fixed)
Typo in django/views/generic/edit.py (instanciating -> instantiating)
| Reported by: | tterrace | Owned by: | nobody |
|---|---|---|---|
| Component: | Generic views | Version: | 1.3 |
| Severity: | Normal | 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
Changed instanciating to instatiating. Here's the pull request on github: https://github.com/django/django/pull/9
Change History (2)
comment:1 by , 14 years ago
| Summary: | Typo in django/views/generic/edit.py (instanciating -> instatiating) → Typo in django/views/generic/edit.py (instanciating -> instantiating) |
|---|
comment:2 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks, tterrace. Merged.