From 0d0b031daf44d7d693cb3e81d60c8195a9a3f56c Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Mon, 24 Nov 2014 19:54:00 -0500 Subject: [PATCH] Removing bad period --- book/controller.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/controller.rst b/book/controller.rst index d8affd3306b..942d5a5baab 100644 --- a/book/controller.rst +++ b/book/controller.rst @@ -360,7 +360,7 @@ the following guidelines in mind while you develop. the name of the route that was matched (e.g. ``hello``). Though not usually useful, this is also available as a controller argument. You can also pass other variables from your route to your controller arguments. See - :doc:`/cookbook/routing/extra_information.`. + :doc:`/cookbook/routing/extra_information`. .. _book-controller-request-argument: