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 ~~~~~~~