docs: style adjustment

This commit is contained in:
Karim shoair
2026-03-30 03:53:56 +02:00
parent 1f1e475772
commit a403156b2e
36 changed files with 159 additions and 159 deletions
@@ -2,7 +2,7 @@
Example 1: Python - FetcherSession (persistent HTTP session with Chrome TLS fingerprint)
Scrapes all 10 pages of quotes.toscrape.com using a single HTTP session.
No browser launched fast and lightweight.
No browser launched - fast and lightweight.
Best for: static or semi-static sites, APIs, pages that don't require JavaScript.
"""