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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
91
91
92
92
Meet BeautifulSoup!
93
93
94
-
## BeutifulSoup
94
+
## BeautifulSoup
95
95
96
96
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.
0 commit comments