From: Werner Lemberg Date: Thu, 21 Oct 2010 04:45:03 +0000 (+0200) Subject: Typo. X-Git-Tag: release/2.13.37-1~50 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f5613c603e319f0bbad8aa59608c528bcd705f3d;p=lilypond.git Typo. --- diff --git a/scripts/convert-ly.py b/scripts/convert-ly.py index fd4dc3b8d8..a1f126f290 100644 --- a/scripts/convert-ly.py +++ b/scripts/convert-ly.py @@ -171,7 +171,7 @@ def show_rules (file, from_version, to_version): def do_conversion (str, from_version, to_version): """Apply conversions from FROM_VERSION to TO_VERSION. Return -tuple (LAST,STR), with the last succesful conversion and the resulting +tuple (LAST,STR), with the last successful conversion and the resulting string.""" conv_list = get_conversions (from_version, to_version)