You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: days/46-48-beautifulsoup4/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Web Scraping! It's one of the main reasons we all love and hate to code.
4
4
5
5
BeautifulSoup4 (BS4) thankfully makes it a bit easier for us Pythonistas.
6
6
7
-
Over the following couple of days you're going to learn how to use BS4 to website data pulled down using the Requests module.
7
+
Over the following couple of days you're going to learn how to use BS4 to work with website data pulled down using the Requests module.
8
8
9
9
10
10
## Day N: Setup, Overview and Making your first BS4 Scraper
@@ -42,4 +42,4 @@ Be sure to share your last couple of days work on Twitter or Facebook. Use the h
42
42
43
43
Here are [some examples](https://twitter.com/search?q=%23100DaysOfCode) to inspire you. Consider including [@talkpython](https://twitter.com/talkpython) and [@pybites](https://twitter.com/pybites) in your tweets.
44
44
45
-
*See a mistake in these instructions? Please [submit a new issue](https://github.com/talkpython/100daysofcode-with-python-course/issues) or fix it and [submit a PR](https://github.com/talkpython/100daysofcode-with-python-course/pulls).*
45
+
*See a mistake in these instructions? Please [submit a new issue](https://github.com/talkpython/100daysofcode-with-python-course/issues) or fix it and [submit a PR](https://github.com/talkpython/100daysofcode-with-python-course/pulls).*
0 commit comments