From 22b3fd546e669d111d7b8b44ecfc2f669c2269b5 Mon Sep 17 00:00:00 2001 From: Erin O'Connell Date: Sat, 10 Mar 2018 16:44:02 -0700 Subject: [PATCH] xpath didn't actually do anything --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e7d3c34..470d043 100644 --- a/README.rst +++ b/README.rst @@ -120,8 +120,9 @@ XPath is also supported: .. code-block:: pycon - >>> r.html.xpath('a') - [] + >>> r.html.xpath('/html/body/div[1]/a') + [] + JavaScript Support ==================