REMitchell / python-scraping

Code samples from the book Web Scraping with Python http://shop.oreilly.com/product/0636920034391.do
4.42k stars 2.48k forks source link

Update Chapter08-CleaningYourDirtyData.ipynb #68

Open shuninglu opened 6 years ago

shuninglu commented 6 years ago

I found the error of UnboundLocalError linked to the "content" variable. So we need to set "content" as a global variable in the def portion.