Skip to content

Commit 553c8c9

Browse files
committed
fix: typos
1 parent 70f2621 commit 553c8c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sources/academy/webscraping/scraping_basics_python/07_extracting_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Sony XBR-950G BRAVIA 4K HDR Ultra HD TV | From $1,398.00
2323

2424
Let's summarize what stands in our way if we want to have it in our Python program as a number:
2525

26-
- A dollar sign preceeds the number,
26+
- A dollar sign precedes the number,
2727
- the number contains decimal commas for better human readability, and
2828
- some prices start with `From`, which reveals there is a certain complexity in how the shop deals with prices.
2929

sources/academy/webscraping/scraping_basics_python/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ TODO image of warehouse with some CVS or JSON exported, similar to sources/acade
3232
- Download web pages using the HTTPX library.
3333
- Extract data from web pages using the Beautiful Soup library.
3434
- Save extracted data in various formats, e.g. CSV which MS Excel or Google Sheets can open
35-
- Follow links programatically (crawling).
35+
- Follow links programmatically (crawling).
3636
- Save time and effort with frameworks, such as Crawlee, and scraping platforms, such as Apify.
3737

3838
## Who this course is for

0 commit comments

Comments
 (0)