Browse Source

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

Backport of bb560651c489879c22878cba5003a09b6a9f930a from main
Mohammad Yameen 1 year ago
parent
commit
c8274ecfe2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/intro/tutorial03.txt

+ 1 - 1
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.