From a2c7c024be621152d0eecdab38228791d7f24e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2EEng=2E=20Ren=C3=A9=20Schwarz?= Date: Sat, 5 Nov 2016 19:02:03 +0100 Subject: [PATCH] Typo correction --- quick_tour/the_big_picture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick_tour/the_big_picture.rst b/quick_tour/the_big_picture.rst index 21f94bef03c..4e1c44a1e14 100644 --- a/quick_tour/the_big_picture.rst +++ b/quick_tour/the_big_picture.rst @@ -80,7 +80,7 @@ information and then they render a template to show the results to the user. In this example, the ``index`` action is practically empty because it doesn't need to call any other method. The action just renders a template with the -*Homepage.* content. +*Homepage* content. Routing ~~~~~~~