Skip to content

Commit a438fd9

Browse files
committed
Documented what query_kwargs means in Docs.aadd
1 parent 7e87161 commit a438fd9

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
@@ -359,6 +359,7 @@ async def aadd( # noqa: PLR0912
359359
clients=kwargs.pop("clients", DEFAULT_CLIENTS),
360360
)
361361

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

364365
if doi:

0 commit comments

Comments
 (0)