Skip to content

Commit 6de6662

Browse files
honzajavorekmnmkng
andcommitted
style: wording
Co-authored-by: Ondra Urban <[email protected]>
1 parent 3f1f24d commit 6de6662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -24,7 +24,7 @@ Sony PS-HX500 Hi-Res USB Turntable $398.00
2424
Let's summarize what stands in our way if we want to have it in our Python program as a number:
2525

2626
- A dollar sign preceeds the number,
27-
- the number contains decimal commas so it better reads by humans,
27+
- the number contains decimal commas for better human readability,
2828
- and some prices start with `From`, which reveals there is a certain complexity in how the shop deals with prices.
2929

3030
## Representing price as an interval

0 commit comments

Comments
 (0)