Fix minor typo

lopp -> loop in init docstring of AsyncHTMLSession.
This commit is contained in:
Timo
2018-06-25 13:18:57 +02:00
committed by GitHub
parent c59480bf15
commit 71e2571d3a
+1 -1
View File
@@ -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. """