Skip to content

Commit 6f59440

Browse files
honzajavorekTC-MO
andauthored
style: fix formatting, reword a sentence
Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
1 parent df28977 commit 6f59440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/academy/webscraping/scraping_basics_python/03_devtools_extracting_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ price = subwoofer.querySelector('.price');
6565
price.textContent;
6666
```
6767

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**:
68+
It works, but the price isn't alone in the result. Before using such data, we'd need to do some _data cleaning_:
6969

7070
![Extracting product price](./images/devtools-extracting-price.png)
7171

0 commit comments

Comments
 (0)