Skip to content

Commit 6e502b7

Browse files
committed
Readme adjustment
1 parent 33cab8e commit 6e502b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@ browser crashes or a remote connection times out.
332332
Implemented by listening to the
333333
[`disconnected` Browser event](https://playwright.dev/python/docs/api/class-browser#browser-event-disconnected),
334334
for this reason it does not apply to persistent contexts since
335-
[BrowserType.launch_persistent_context](https://playwright.dev/python/docs/api/class-browsertype#browser-type-launch-persistent-context) returns the context directly.
335+
[BrowserType.launch_persistent_context](https://playwright.dev/python/docs/api/class-browsertype#browser-type-launch-persistent-context)
336+
returns the context directly.
336337

337338
### `PLAYWRIGHT_MAX_PAGES_PER_CONTEXT`
338339
Type `int`, defaults to the value of Scrapy's `CONCURRENT_REQUESTS` setting

0 commit comments

Comments
 (0)