Skip to content

Commit 19df466

Browse files
committed
Fix typo
1 parent 5e1c110 commit 19df466

File tree

1 file changed

+1
-1
lines changed
  • src/daq_config_server/models/converters/lookup_tables

1 file changed

+1
-1
lines changed

src/daq_config_server/models/converters/lookup_tables/_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_value(
2525
target_column_name: str,
2626
value_must_exist: bool = True,
2727
) -> int | float:
28-
"""Look up a value in one columna nd return the corresponding entry from another
28+
"""Look up a value in one column and return the corresponding entry from another
2929
column.
3030
3131
Args:

0 commit comments

Comments
 (0)