We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6e881 commit 521164fCopy full SHA for 521164f
diracx-db/src/diracx/db/sql/utils/functions.py
@@ -161,7 +161,7 @@ async def fetch_records_bulk_or_raises(
161
allow_more_than_one_result_per_input: bool = False,
162
) -> list[dict]:
163
"""Fetches a list of elements in a table, returns a list of elements.
164
- All elements fro the `element_to_fetch` **must** be present.
+ All elements from the `element_to_fetch` **must** be present.
165
Raises the specified error if at least one is missing.
166
167
Example:
0 commit comments