Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#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)

fix_doc_string_typo.diff (579 bytes ) - added by Satoru Logic 14 years ago.
ticket_13951.patch (657 bytes ) - added by Łukasz Rekucki 14 years ago.
Rebased the batch to source tree root.

Download all attachments as: .zip

Change History (5)

by Satoru Logic, 14 years ago

Attachment: fix_doc_string_typo.diff added

by Łukasz Rekucki, 14 years ago

Attachment: ticket_13951.patch added

Rebased the batch to source tree root.

comment:1 by Łukasz Rekucki, 14 years ago

Summary: [patch] Fix a typo in formtools docstringFix a typo in formtools docstring
Triage Stage: UnreviewedReady for checkin

comment:2 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [13630]) Fixed #13951 -- Corrected docstring in formtools wizard. Thanks to suzaku for the report, and lrekucki for the patch.

comment:3 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

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