carpentries-incubator / lc-webscraping

Introduction to web scraping
https://carpentries-incubator.github.io/lc-webscraping/
Other
37 stars 28 forks source link

Error in walk-through of "select the challenge box" solution #28

Closed lwrubel closed 5 years ago

lwrubel commented 5 years ago

In episode 2 (Xpath) there's an error in the walk-through of the challenge that involves selecting the challenge box:

|//| and select the parent node of that h2 element |

should be:

|..| and select the parent node of that h2 element |

libcce commented 5 years ago

Hi @lwrubel does this fix it https://github.com/LibraryCarpentry/lc-webscraping/commit/844adbfaebc9a34d8e2ce4a001feccfe0a9fcda6

lwrubel commented 5 years ago

Looks good to me, @libcce, thanks.