diff --git a/book/routing.rst b/book/routing.rst index aa08421c458..acf50517853 100644 --- a/book/routing.rst +++ b/book/routing.rst @@ -808,6 +808,13 @@ Path Parameters ``/es`` *won't match this route* ======= ======================== +.. tip:: + + The route requirements can also include container parameters, as explained + in :doc:`this article `. + This comes in handy when the regular expression is very complex and used + repeatedly in your application. + .. index:: single: Routing; Method requirement