Skip to content

Commit 42dc1e9

Browse files
committed
Documented what query_kwargs means in Docs.aadd
1 parent d34543e commit 42dc1e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/paperqa/docs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ async def aadd( # noqa: PLR0912
360360
clients=kwargs.pop("clients", DEFAULT_CLIENTS),
361361
)
362362

363+
# Query here means a query to a metadata provider
363364
query_kwargs: dict[str, Any] = {}
364365

365366
if doi:

0 commit comments

Comments
 (0)