summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial03.txt
diff options
context:
space:
mode:
authorMohammad Yameen <116902680+Mohammad-Yameen@users.noreply.github.com>2023-12-29 10:31:18 +0530
committerGitHub <noreply@github.com>2023-12-29 06:01:18 +0100
commitbb560651c489879c22878cba5003a09b6a9f930a (patch)
tree6601dcd2924430ed1d66298ffb3cf1aa50e5a5d9 /docs/intro/tutorial03.txt
parentacfdf395061537f131e6116383284690f17aa8d9 (diff)
Corrected method/function wording in tutorial 3.
Diffstat (limited to 'docs/intro/tutorial03.txt')
-rw-r--r--docs/intro/tutorial03.txt2
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.