docs: use a better import to reflect the new changes

This commit is contained in:
Karim shoair
2025-03-17 06:29:32 +02:00
parent bbc05ca164
commit 18d2d29fa8
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
### All current types can be imported alone like below
```python
>>> from scrapling import TextHandler, AttributesHandler
>>> from scrapling.core.custom_types import TextHandler, AttributesHandler
>>> somestring = TextHandler('{}')
>>> somestring.json()