This commit is contained in:
Tim Bentley 2017-09-29 19:41:55 +01:00
parent 187b71c9dc
commit 158fdd3e63
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ class OpenLyrics(object):
tags_element = None
match = re.search('\{/?\w+\}', song.lyrics, re.UNICODE)
if match:
# Named 'format_' - 'format' is built-in fuction in Python.
# Named 'format_' - 'format' is built-in function in Python.
format_ = etree.SubElement(song_xml, 'format')
tags_element = etree.SubElement(format_, 'tags')
tags_element.set('application', 'OpenLP')