Skip to content

Commit 521164f

Browse files
fix: Fixed text
1 parent 8e6e881 commit 521164f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diracx-db/src/diracx/db/sql/utils/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ async def fetch_records_bulk_or_raises(
161161
allow_more_than_one_result_per_input: bool = False,
162162
) -> list[dict]:
163163
"""Fetches a list of elements in a table, returns a list of elements.
164-
All elements fro the `element_to_fetch` **must** be present.
164+
All elements from the `element_to_fetch` **must** be present.
165165
Raises the specified error if at least one is missing.
166166
167167
Example:

0 commit comments

Comments
 (0)