From 8aa024e587c96a0b0a63a7969454f877bce8f807 Mon Sep 17 00:00:00 2001 From: Hart Date: Sat, 3 Aug 2013 19:59:38 -0700 Subject: [PATCH] correction to description of example XPath retrieval in overview doc --- docs/intro/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/overview.rst b/docs/intro/overview.rst index d933a088c..c8d64d52c 100644 --- a/docs/intro/overview.rst +++ b/docs/intro/overview.rst @@ -125,7 +125,7 @@ tag with ``id=specifications``:: .. highlight:: none -An XPath expression to select the description could be:: +An XPath expression to select the file size could be:: //div[@id='specifications']/p[2]/text()[2]