Skip to content

Commit

Permalink
Fix MTA example path in ch06 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
rothwerx authored and wesm committed Mar 2, 2018
1 parent 48091bc commit b482813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch06.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@
"source": [
"from lxml import objectify\n",
"\n",
"path = 'examples/mta_perf/Performance_MNR.xml'\n",
"path = 'datasets/mta_perf/Performance_MNR.xml'\n",
"parsed = objectify.parse(open(path))\n",
"root = parsed.getroot()"
]
Expand Down

0 comments on commit b482813

Please sign in to comment.