From b3389956c9cbc31e82137e787cfd339a3d1dab6f Mon Sep 17 00:00:00 2001 From: Agnieszka Lasyk Date: Sun, 15 Nov 2015 13:05:15 +0100 Subject: [1.9.x] Fixed #25755 -- Unified spelling of "website". Backport of 1f8dad69158a96d0649d321ce08ecc9c0465f962 from master --- docs/intro/tutorial03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/intro/tutorial03.txt') diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt index ecc80233a5..368c24369b 100644 --- a/docs/intro/tutorial03.txt +++ b/docs/intro/tutorial03.txt @@ -103,7 +103,7 @@ method 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. -When somebody requests a page from your Web site -- say, "/polls/34/", Django +When somebody requests a page from your website -- say, "/polls/34/", Django will load the ``mysite.urls`` Python module because it's pointed to by the :setting:`ROOT_URLCONF` setting. It finds the variable named ``urlpatterns`` and traverses the regular expressions in order. The -- cgit v1.3