From f5613c603e319f0bbad8aa59608c528bcd705f3d Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 21 Oct 2010 06:45:03 +0200 Subject: [PATCH] Typo. --- scripts/convert-ly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5