Skip to content

Commit 0c6e770

Browse files
committed
Update README.md
1 parent d8a8af8 commit 0c6e770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ from scrapling import Fetcher, StealthyFetcher, PlayWrightFetcher
217217
```
218218
And all of them can take these initialization arguments: `auto_match`, `huge_tree`, `keep_comments`, `storage`, `storage_args`, and `debug` which are the same ones you give to the `Adaptor` class.
219219
220-
If you don't want to pass arguments to the generated `Adaptor` object and want to use the default values, you can use import instead for cleaner code:
220+
If you don't want to pass arguments to the generated `Adaptor` object and want to use the default values, you can use this import instead for cleaner code:
221221
```python
222222
from scrapling.default import Fetcher, StealthyFetcher, PlayWrightFetcher
223223
```

0 commit comments

Comments
 (0)