Skip to content

Commit 367296d

Browse files
authored
Merge pull request #13 from possnfiffer/patch-1
Update README.md
2 parents 0bb1ff7 + 9b09d97 commit 367296d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

days/46-48-beautifulsoup4/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Web Scraping! It's one of the main reasons we all love and hate to code.
44

55
BeautifulSoup4 (BS4) thankfully makes it a bit easier for us Pythonistas.
66

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.
88

99

1010
## 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
4242

4343
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.
4444

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

Comments
 (0)