From 66eda3c6bd36f04adc450054f5e7d977ce886ead Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Fri, 13 Dec 2019 15:36:41 +0100 Subject: [PATCH] doc: drop stale todo block --- docs/source/concepts/route_matching.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/source/concepts/route_matching.rst b/docs/source/concepts/route_matching.rst index af710e5..0c11721 100644 --- a/docs/source/concepts/route_matching.rst +++ b/docs/source/concepts/route_matching.rst @@ -5,10 +5,6 @@ Route Matching and uses it to determine which handler an incoming request should be dispatched to. -.. todo:: - - link routes to its section - Each incoming request is matched against the routes in the route table in strict order. For each route in the route table, the criteria are checked. If the request does not match, the next route in the route list is examined.