diff --git a/hed/tools/remodeling/dispatcher.py b/hed/tools/remodeling/dispatcher.py index bd0a8826..94bfa458 100644 --- a/hed/tools/remodeling/dispatcher.py +++ b/hed/tools/remodeling/dispatcher.py @@ -234,7 +234,7 @@ def errors_to_str(messages, title="", sep='\n'): Parameters: messages (list): List of error dictionaries each representing a single error. title (str): If provided the title is concatenated at the top. - sep (str): Character used between lines in concatenation (default '\n'). + sep (str): Character used between lines in concatenation. Returns: str: Single string representing the messages.