Skip to content

Commit 2a0c8ef

Browse files
authored
fix typo (#312)
1 parent 317adde commit 2a0c8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapy_playwright/handler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ async def _handle_response(response: PlaywrightResponse) -> None:
583583
raise err
584584

585585
logger.debug(
586-
"Waiting on dowload to finish for %s",
586+
"Waiting on download to finish for %s",
587587
request.url,
588588
extra={
589589
"spider": spider,

0 commit comments

Comments
 (0)