Opened 11 years ago

Closed 11 years ago

#20471 closed Cleanup/optimization (fixed)

Shell code example typos: "imporrt ArticleForm>>>"

Reported by: james@… 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

"

Change History (1)

comment:1 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 2fd61285d109a04bf22d1822e834cbb7bcf4239f:

Fixed #20471 - Typos in topics/forms/formsets.txt

Note: See TracTickets for help on using tickets.
Back to Top