Corrected method/function wording in tutorial 3.

This commit is contained in:
Mohammad Yameen 2023-12-29 10:31:18 +05:30 committed by GitHub
parent acfdf39506
commit bb560651c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.