mirror of
https://github.com/django/django.git
synced 2025-01-03 06:55:47 +00:00
Corrected method/function wording in tutorial 3.
This commit is contained in:
parent
acfdf39506
commit
bb560651c4
@ -106,7 +106,7 @@ Wire these new views into the ``polls.urls`` module by adding the following
|
||||
]
|
||||
|
||||
Take a look in your browser, at "/polls/34/". It'll run the ``detail()``
|
||||
method and display whatever ID you provide in the URL. Try
|
||||
function and display whatever ID you provide in the URL. Try
|
||||
"/polls/34/results/" and "/polls/34/vote/" too -- these will display the
|
||||
placeholder results and voting pages.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user