Skip to content

Commit da86dca

Browse files
fix: Small typo fix
1 parent d50e34c commit da86dca

File tree

1 file changed

+1
-1
lines changed
  • diracx-db/src/diracx/db/sql/utils

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ async def search(
238238
per_page: int = 100,
239239
page: int | None = None,
240240
) -> tuple[int, list[dict[Any, Any]]]:
241-
"""Search for pilots in the database."""
241+
"""Search in a SQL database, with filters."""
242242
# Find which columns to select
243243
columns = _get_columns(model.__table__, parameters)
244244

0 commit comments

Comments
 (0)