Skip to content

Commit 5ac4194

Browse files
author
lmc
committed
pxx-19 Relative xpath recipe, removed requires-python upper limit
1 parent 2539a3d commit 5ac4194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Example:
227227
from lxml import html
228228
from xml2xpath import xml2xpath
229229

230-
filepath = '/home/lmc/projects/git/mluis7/pyxml2xpath/tests/resources/html5-small.html.xml'
230+
filepath = 'tests/resources/html5-small.html.xml'
231231
hdoc = html.parse(filepath)
232232

233233
needle = 'math'

0 commit comments

Comments
 (0)