From 5d1c11818dc77f6a76dfb9b344127b8eb28acfcf Mon Sep 17 00:00:00 2001 From: itzzPushkar Date: Wed, 6 May 2026 00:35:48 +0530 Subject: [PATCH] Update wording in README.md for clarity Replaced 'torturous' with 'complicated' for clarity. --- Lesson 5 - Web Sraping/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lesson 5 - Web Sraping/README.md b/Lesson 5 - Web Sraping/README.md index d275fe8..6297488 100644 --- a/Lesson 5 - Web Sraping/README.md +++ b/Lesson 5 - Web Sraping/README.md @@ -14,7 +14,7 @@ http://web.mta.info/developers/turnstile.html Turnstile data is compiled every week from May 2010 to present, so hundreds of .txt files exist on the site. Each date is a link to the .txt file that you can download. -It would be torturous to manually right click on each link and save to your desktop. Luckily, there’s web-scraping! +It would be complicated to manually right click on each link and save to your desktop. Luckily, there’s web-scraping! **Important notes about web scraping:** 1. Read through the website’s Terms and Conditions to understand how you can legally use the data. Most sites prohibit you from using the data for commercial purposes.