From c1c919567da299663c9d92e919e682df4be95602 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sat, 23 Jul 2011 17:58:20 +0200 Subject: [PATCH] Typo --- python/musicxml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/musicxml.py b/python/musicxml.py index 2ddeacbc3a..3a38efafdb 100644 --- a/python/musicxml.py +++ b/python/musicxml.py @@ -837,7 +837,7 @@ class Part (Music_xml_node): continue if isinstance (n, Attributes): - # assign these only to the voices they really belongs to! + # assign these only to the voices they really belong to! for (s, vids) in staff_to_voice_dict.items (): staff_attributes = part.extract_attributes_for_staff (n, s) if staff_attributes: -- 2.39.2