From 74f65074ef237c7c73b13c0ff77d282bef70dcfc Mon Sep 17 00:00:00 2001 From: Kay Robbins <1189050+VisLab@users.noreply.github.com> Date: Mon, 5 Feb 2024 16:41:33 -0600 Subject: [PATCH] Corrected minor doc indentation error --- hed/models/spreadsheet_input.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.