Opened 12 years ago
Closed 12 years ago
#20471 closed Cleanup/optimization (fixed)
Shell code example typos: "imporrt ArticleForm>>>"
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.4 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
https://docs.djangoproject.com/en/dev/topics/forms/formsets/
There are a few instances on the above page where the string "imporrt ArticleForm>>>" appears when I believe the code should look like:
"import Articleform
"
Note:
See TracTickets
for help on using tickets.
In 2fd61285d109a04bf22d1822e834cbb7bcf4239f: