From 3ba152551d2dc3d880aa59b1e1ca1f00d152528c Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Fri, 23 Jun 2017 18:09:53 +0200 Subject: [PATCH] Fix literal code block --- docs/topics/xpath-tutorial.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/topics/xpath-tutorial.rst b/docs/topics/xpath-tutorial.rst index 2f5c73b98..1a8e42d2d 100644 --- a/docs/topics/xpath-tutorial.rst +++ b/docs/topics/xpath-tutorial.rst @@ -1604,7 +1604,9 @@ Node tests .. important:: A "node test" is the second part of each step in a location path. + :: + axis :: NODETEST [predicate]* Node tests select node types along the step's axis.