Opened 13 years ago

Closed 13 years ago

#17244 closed Uncategorized (wontfix)

Add "<Choice: Just hacking again>" after p.choice_set.create

Reported by: dwhite618@… Owned by: nobody
Component: Documentation Version:
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In page https://docs.djangoproject.com/en/1.3/intro/tutorial01, please add

<Choice: Just hacking again>

after the line

c = p.choice_set.create(choice='Just hacking again', votes=0)

for completeness

Change History (1)

comment:1 by anonymous, 13 years ago

Resolution: wontfix
Status: newclosed

The interactive prompt doesn't display the value if you assign it to the variable, so putting it in the example would be inconsistant.

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