Skip to content

Commit f4b41f0

Browse files
janbucharvdusek
andauthored
Apply suggestions from code review
Co-authored-by: Vlada Dusek <[email protected]>
1 parent 6565eea commit f4b41f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/crawlee/http_clients/_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async def crawl(
115115
session: The session associated with the request.
116116
proxy_info: The information about the proxy to be used.
117117
statistics: The statistics object to register status codes.
118-
timeout: Request timeout
118+
timeout: Maximum time allowed to process the request.
119119
120120
Raises:
121121
ProxyError: Raised if a proxy-related error occurs.
@@ -147,7 +147,7 @@ async def send_request(
147147
payload: The data to be sent as the request body.
148148
session: The session associated with the request.
149149
proxy_info: The information about the proxy to be used.
150-
timeout: Request timeout
150+
timeout: Maximum time allowed to process the request.
151151
152152
Raises:
153153
ProxyError: Raised if a proxy-related error occurs.

0 commit comments

Comments
 (0)