1
0
mirror of https://github.com/django/django.git synced 2025-01-23 08:39:17 +00:00

[5.0.x] Corrected method/function wording in tutorial 3.

Backport of bb560651c489879c22878cba5003a09b6a9f930a from main
This commit is contained in:
Mohammad Yameen 2023-12-29 10:31:18 +05:30 committed by Mariusz Felisiak
parent 8480f2ec36
commit c8274ecfe2

View File

@ -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.