diff options
| author | Mohammad Yameen <116902680+Mohammad-Yameen@users.noreply.github.com> | 2023-12-29 10:31:18 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-12-29 06:01:47 +0100 |
| commit | c8274ecfe2164878ffb66e7c92a9e6d23793f1c1 (patch) | |
| tree | 31272d7e46ee9a212fac55d8c6225ac04ff8e41a /docs/intro | |
| parent | 8480f2ec3628e077993b58f5ba2b9c56b95e8cc9 (diff) | |
[5.0.x] Corrected method/function wording in tutorial 3.
Backport of bb560651c489879c22878cba5003a09b6a9f930a from main
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/tutorial03.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt index 3b121a025d..3d59809a0c 100644 --- a/docs/intro/tutorial03.txt +++ b/docs/intro/tutorial03.txt @@ -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. |
