mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 23:00:20 +00:00
Fix minor typo
lopp -> loop in init docstring of AsyncHTMLSession.
This commit is contained in:
+1
-1
@@ -694,7 +694,7 @@ class AsyncHTMLSession(requests.Session):
|
||||
mock_browser: bool = True, *args, **kwargs):
|
||||
""" Set or create an event loop and a thread pool.
|
||||
|
||||
:param loop: Asyncio lopp to use.
|
||||
:param loop: Asyncio loop to use.
|
||||
:param workers: Amount of threads to use for executing async calls.
|
||||
If not pass it will default to the number of processors on the
|
||||
machine, multiplied by 5. """
|
||||
|
||||
Reference in New Issue
Block a user