[Django] #33416: Typo in tutorial

21 views
Skip to first unread message

Django

unread,
Jan 6, 2022, 11:24:43 PM1/6/22
to django-...@googlegroups.com
#33416: Typo in tutorial
------------------------------------------------+------------------------
Reporter: StvnLm | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Documentation | Version: 4.0
Severity: Normal | Keywords: typo
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 1
UI/UX: 0 |
------------------------------------------------+------------------------
https://docs.djangoproject.com/en/4.0/intro/tutorial03/

def detail(request, question_id):
return HttpResponse("You're looking at question %s." % question_id)

def results(request, question_id):
response = "You're looking at the results of question %s."
return HttpResponse(response **% question_id**)

def vote(request, question_id):
return HttpResponse("You're voting on question %s." % question_id)

--
Ticket URL: <https://code.djangoproject.com/ticket/33416>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Jan 6, 2022, 11:25:51 PM1/6/22
to django-...@googlegroups.com
#33416: Typo in tutorial
-------------------------------------+-------------------------------------
Reporter: StvnLm | Owner: nobody
Type: | Status: closed
Cleanup/optimization |
Component: Documentation | Version: 4.0
Severity: Normal | Resolution: invalid

Keywords: typo | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by StvnLm):

* status: new => closed
* resolution: => invalid


--
Ticket URL: <https://code.djangoproject.com/ticket/33416#comment:1>

Reply all
Reply to author
Forward
0 new messages