From 0a77dcef1d7353284f27e68037a679172155fb54 Mon Sep 17 00:00:00 2001 From: Viv Date: Sat, 10 Feb 2024 18:13:55 -0500 Subject: [PATCH] `parsers.py`: Fix typo in error message --- src/tja2fumen/parsers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tja2fumen/parsers.py b/src/tja2fumen/parsers.py index 14ac200..b487836 100644 --- a/src/tja2fumen/parsers.py +++ b/src/tja2fumen/parsers.py @@ -348,7 +348,7 @@ def parse_tja_course_data(data: List[str]) -> Dict[str, List[TJAMeasure]]: raise ValueError( "Branches do not have the same number of measures. (This " "check was performed prior to splitting up the measures due " - "to mid-measure commands. Please check the number of ',' you" + "to mid-measure commands. Please check the number of ',' you " "have in each branch.)" )