Skip to content

Commit a28a2fe

Browse files
committed
update docstring for format_param_value
1 parent d775195 commit a28a2fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyhctsa/calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def _format_param_value(val, key=None) -> str:
112112
Format parameter value for label:
113113
- For bools: if True, return the key name.
114114
- For floats/ints: as before.
115-
- For lists: if contiguous range, show as 'start_end', else join all values.
115+
- For lists: if contiguous range, show as 'start_to_end', else join all values.
116116
"""
117117
# New Logic for Booleans
118118
if isinstance(val, bool):

0 commit comments

Comments
 (0)