Skip to content

Commit a0fb7de

Browse files
committed
paragraphs
1 parent cf7abc9 commit a0fb7de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sources/academy/webscraping/scraping_basics_python/11_scraping_variants.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,9 @@ Run the scraper and see for yourself if all items in the data contains prices:
299299
]
300300
```
301301

302-
Success! We managed to build a Python application for watching prices! Is this the end?
302+
Success! We managed to build a Python application for watching prices!
303303

304-
Maybe! In the next lesson we'll use scraping framework to build the same application, but with less code, faster requests, and visibility into what's actually happening when you wait for the program to finish.
304+
Is this the end? Maybe! In the next lesson we'll use scraping framework to build the same application, but with less code, faster requests, and visibility into what's actually happening when you wait for the program to finish.
305305

306306
---
307307

0 commit comments

Comments
 (0)