From b56797e91d0f11d66730886185d5d722dda22557 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 3 Aug 2016 20:39:12 +0200 Subject: [PATCH] fix index directive syntax --- routing/conditions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/conditions.rst b/routing/conditions.rst index 2a375990fac..3b033262dd9 100644 --- a/routing/conditions.rst +++ b/routing/conditions.rst @@ -1,5 +1,5 @@ .. index:: - :single: Routing; Conditions + single: Routing; Conditions How to Restrict Route Matching through Conditions =================================================