Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#19808 closed Bug (fixed)

Spelling Mistake

Reported by: nidhin@… Owned by: jonathanl
Component: Documentation Version: 1.4
Severity: Normal Keywords: Capitilzation mistake
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

In https://docs.djangoproject.com/en/dev/topics/forms/formsets/#limiting-the-maximum-number-of-forms

ArticleFormSet = formset_factory(ArticleForm, extra=2, max_num=1)
formset = ArticleFormset()

Spelling of ArticleFormset() should be ArticleFormSet() capital 's'

Change History (3)

comment:1 by jonathanl, 11 years ago

Has patch: set
Keywords: Capitilzation added; Spelling removed
Owner: changed from nobody to jonathanl
Status: newassigned

comment:2 by JonLoy <JonLoy@…>, 11 years ago

Resolution: fixed
Status: assignedclosed

In 74003ca36b0712830c3756bc00a0d1f1d4b313ea:

Fixed #19808 Capitalization error in example text

comment:3 by Aymeric Augustin <aymeric.augustin@…>, 11 years ago

In c4841b3de4ffe0047dfc2d3435c22e77b0f98d86:

Merge pull request #719 from JonLoy/ticket_19808

Fixed #19808 -- Typo in example

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