Skip to content

Commit

Permalink
[5.0.x] Corrected method/function wording in tutorial 3.
Browse files Browse the repository at this point in the history
Backport of bb56065 from main
  • Loading branch information
Mohammad-Yameen authored and felixxm committed Dec 29, 2023
1 parent 8480f2e commit c8274ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro/tutorial03.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c8274ec

Please sign in to comment.