Skip to content

Commit 0fc7431

Browse files
Update README.md
1 parent f556f72 commit 0fc7431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If we check the data type of this, it will be a string. The next step is to conv
9191
9292
Meet BeautifulSoup!
9393
94-
## BeutifulSoup
94+
## BeautifulSoup
9595
9696
Beautiful Soup provides simple methods for navigating, searching, and modifying the HTML. It takes care of encoding by automatically converting into UTF-8. Beautiful Soup sits on top of popular Python parsers like lxml and html5lib. It is possible to [use lxml directly to query documents](https://oxylabs.io/blog/lxml-tutorial), but BeautifulSoup allows you to try out different parsing strategies without changing the code.
9797

0 commit comments

Comments
 (0)