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
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ for key, value in prices.items():
81
81
82
82
###Misplaced, missing, or mismatched punctuation
83
83
84
-
1. Ensure that parentheses`()`, brackets`[]`, and braces`{}` are properly closed. When left unclosed, the Python interpreter treats everything following the first parenthesis, bracket, or brace as a single statement. Take a look at this web scraping code sample that sends a set of[<u>crawling</u>](https://oxylabs.io/blog/crawling-vs-scraping) instructions to our[<u>Web Crawler tool</u>](https://oxylabs.io/features/web-crawler):
84
+
1. Ensure that parentheses`()`, brackets`[]`, and braces`{}` are properly closed. When left unclosed, the Python interpreter treats everything following the first parenthesis, bracket, or brace as a single statement. Take a look at this web scraping code sample that sends a set of[<u>crawling</u>](https://oxylabs.io/blog/crawling-vs-scraping) instructions to our[<u>Web Crawler tool</u>](https://oxylabs.io/features/web-crawler):