Skip to content

Commit 490ee69

Browse files
committed
MInor docstring update
1 parent da32021 commit 490ee69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

elm/web/search/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ async def load_docs(urls, browser_semaphore=None, **kwargs):
354354
Iterable of URL's (as strings) to fetch.
355355
browser_semaphore : :class:`asyncio.Semaphore`, optional
356356
Semaphore instance that can be used to limit the number of
357-
playwright browsers open concurrently. If ``None``, no limits
358-
are applied. By default, ``None``.
357+
playwright browsers open concurrently for document retrieval. If
358+
``None``, no limits are applied. By default, ``None``.
359359
kwargs
360360
Keyword-argument pairs to initialize
361361
:class:`elm.web.file_loader.AsyncFileLoader`.

0 commit comments

Comments
 (0)