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 df28977 commit 6f59440Copy full SHA for 6f59440
sources/academy/webscraping/scraping_basics_python/03_devtools_extracting_data.md
@@ -65,7 +65,7 @@ price = subwoofer.querySelector('.price');
65
price.textContent;
66
```
67
68
-It works, but the price isn't alone in the result. Before we'd use such data, we'd need to do some **data cleaning**:
+It works, but the price isn't alone in the result. Before using such data, we'd need to do some _data cleaning_:
69
70

71
0 commit comments