diff --git a/hed/models/spreadsheet_input.py b/hed/models/spreadsheet_input.py index 9fa67606..726696fc 100644 --- a/hed/models/spreadsheet_input.py +++ b/hed/models/spreadsheet_input.py @@ -21,8 +21,7 @@ def __init__(self, file=None, file_type=None, worksheet_name=None, tag_columns=N has_column_names (bool): True if file has column names. Validation will skip over the first row. first line of the file if the spreadsheet as column names. column_prefix_dictionary (dict or None): Dictionary with keys that are column numbers/names and - values are HED tag - prefixes to prepend to the tags in that column before processing. + values are HED tag prefixes to prepend to the tags in that column before processing. Notes: - If file is a string, file_type is derived from file and this parameter is ignored.