Skip to content

Commit 145360d

Browse files
Update docs/pluggable-browser-providers.md
Co-authored-by: Adrian <adrian@zyte.com>
1 parent 40d383a commit 145360d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/pluggable-browser-providers.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ Type `str` or `type`, default `"scrapy_playwright.provider.PlaywrightBrowserProv
2323
PLAYWRIGHT_BROWSER_PROVIDER = "myproject.providers.CustomBrowserProvider"
2424
```
2525

26-
The value is resolved with
27-
[`scrapy.utils.misc.load_object`](https://docs.scrapy.org/en/latest/topics/api.html),
28-
so it may be either an import path string or the provider class directly. The
26+
The value may be either an import path string or the provider class directly. The
2927
class is instantiated with a configuration object (see
3028
[Reading configuration](#reading-configuration)) and drives every browser that
3129
scrapy-playwright uses. When the setting is not set, the built-in

0 commit comments

Comments
 (0)