Skip to content

Commit 5c6bfe3

Browse files
committed
fix: do not capitalize countries
1 parent c5853b2 commit 5c6bfe3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sources/academy/webscraping/scraping_basics_javascript/11_scraping_variants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Your output should look something like this:
396396

397397
### Count eurozone population from country pages
398398

399-
Scrape the [Countries using the euro](https://european-union.europa.eu/institutions-law-budget/euro/countries-using-euro_en) page.
399+
Scrape the [countries using the euro](https://european-union.europa.eu/institutions-law-budget/euro/countries-using-euro_en) page.
400400

401401
Locate links for countries in the **Euro area countries** section. Visit each linked country detail page, find the value labeled **Population**, and sum them all to get the total population of all countries using euro as their currency. Print one number, the sum.
402402

sources/academy/webscraping/scraping_basics_python/11_scraping_variants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ You can find everything you need for working with dates and times in Python's [`
350350

351351
### Count eurozone population from country pages
352352

353-
Scrape the [Countries using the euro](https://european-union.europa.eu/institutions-law-budget/euro/countries-using-euro_en) page.
353+
Scrape the [countries using the euro](https://european-union.europa.eu/institutions-law-budget/euro/countries-using-euro_en) page.
354354

355355
Locate links for countries in the **Euro area countries** section. Visit each linked country detail page, find the value labeled **Population**, and sum them all to get the total population of all countries using euro as their currency. Print one number, the sum.
356356

0 commit comments

Comments
 (0)