mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-08-11 03:09:57 +00:00
Improve wording in terminology cleanup
Replace the placeholder noun left by the previous pass with context-fit phrasing (arrangement XML, chart, custom songs, etc.).
This commit is contained in:
+1
-1
@@ -176,7 +176,7 @@ def _arr_type_from_filename(stem: str) -> tuple:
|
||||
|
||||
|
||||
def _parse_xml_meta(xml_path: Path) -> dict:
|
||||
"""Parse a the source game arrangement XML and return song-level metadata."""
|
||||
"""Parse a chart arrangement XML and return song-level metadata."""
|
||||
try:
|
||||
root = ET.parse(str(xml_path)).getroot()
|
||||
if root.tag != "song":
|
||||
|
||||
Reference in New Issue
Block a user