Corrections and rephrasing

This commit is contained in:
Karim shoair
2024-11-11 16:40:35 +02:00
parent d6b454dc43
commit b3418f7f50
+1 -1
View File
@@ -12,7 +12,7 @@ class StaticEngine:
"""An engine that utilizes httpx library, check the `Fetcher` class for more documentation.
:param follow_redirects: As the name says -- if enabled (default), redirects will be followed.
:param timeout: The time to wait for the request to finish in seconds. Default is 10 seconds.
:param timeout: The time to wait for the request to finish in seconds. The default is 10 seconds.
:param adaptor_arguments: The arguments that will be passed in the end while creating the final Adaptor's class.
"""
self.timeout = timeout