#13951 closed (fixed)
Fix a typo in formtools docstring
Reported by: | Satoru Logic | Owned by: | Satoru Logic |
---|---|---|---|
Component: | Contrib apps | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | liaoxuecong@… | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
# You might think we should just set "self.form_list = len(form_list)"
should be
# You might think we should just set "self.num_steps = len(form_list)"
Attachments (2)
Change History (5)
by , 14 years ago
Attachment: | fix_doc_string_typo.diff added |
---|
by , 14 years ago
Attachment: | ticket_13951.patch added |
---|
comment:1 by , 14 years ago
Summary: | [patch] Fix a typo in formtools docstring → Fix a typo in formtools docstring |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Rebased the batch to source tree root.