From 2412fe10aca2b4a197d1e39ed99f191d3d90ecd9 Mon Sep 17 00:00:00 2001 From: IanCa Date: Mon, 19 Feb 2024 12:29:14 -0600 Subject: [PATCH] Remove new line from comment for now --- hed/tools/remodeling/dispatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.