We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1f24d commit 6de6662Copy full SHA for 6de6662
sources/academy/webscraping/scraping_basics_python/07_extracting_data.md
@@ -24,7 +24,7 @@ Sony PS-HX500 Hi-Res USB Turntable $398.00
24
Let's summarize what stands in our way if we want to have it in our Python program as a number:
25
26
- A dollar sign preceeds the number,
27
-- the number contains decimal commas so it better reads by humans,
+- the number contains decimal commas for better human readability,
28
- and some prices start with `From`, which reveals there is a certain complexity in how the shop deals with prices.
29
30
## Representing price as an interval
0 commit comments