]> git.donarmstrong.com Git - lilypond.git/commitdiff
Typo.
authorWerner Lemberg <wl@gnu.org>
Mon, 5 Mar 2007 17:01:33 +0000 (18:01 +0100)
committerWerner Lemberg <wl@gnu.org>
Mon, 5 Mar 2007 17:01:33 +0000 (18:01 +0100)
python/convertrules.py

index 29655917bdfdabcea3d44df0dcf17175fa00fdb0..1cd2d4e76660dd61beab4e3662a5a7a5db80d494 100644 (file)
@@ -2320,7 +2320,9 @@ def conv (str):
     str = re.sub ('1style', 'single-digit', str)
     return str
 
-conversions.append (((2, 3, 25), conv, """pettrucci_c1 -> petrucci-c1, 1style -> single-digit"""))
+conversions.append (((2, 3, 25),
+                    conv,
+                    '''petrucci_c1 -> petrucci-c1, 1style -> single-digit'''))
 
 
 def conv (str):