From c7cb2511ed2c58fbe2c9b49bcd992f3e3033e940 Mon Sep 17 00:00:00 2001 From: Viv Date: Mon, 31 Jul 2023 09:34:55 -0400 Subject: [PATCH] `parsers.py`: Update outdated docstring --- src/tja2fumen/parsers.py | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/tja2fumen/parsers.py b/src/tja2fumen/parsers.py index a3c0d18..6df1205 100644 --- a/src/tja2fumen/parsers.py +++ b/src/tja2fumen/parsers.py @@ -163,13 +163,9 @@ def parse_tja_course_data(course: TJACourse) -> None: """ Parse course data (notes, commands) into a nested song structure. - The goal of this function is to take raw note and command strings - (e.g. '1020,', '#BPMCHANGE') and parse their values into appropriate - types (e.g. lists, ints, floats, etc.). - - This function also processes measure separators (',') and branch commands - ('#BRANCHSTART`, '#N`, '#E', '#M') to split the data into branches and - measures, resulting in the following structure: + The goal of this function is to process measure separators (',') and + branch commands ('#BRANCHSTART`, '#N`, '#E', '#M') to split the data + into branches and measures, resulting in the following structure: TJACourse ├─ TJABranch ('normal')