From ebcf7a5dd2d33c867953f96315b03101ef0afd65 Mon Sep 17 00:00:00 2001 From: M2j Date: Thu, 24 Nov 2011 23:49:21 +0100 Subject: [PATCH] corrected function comment --- openlp/plugins/songs/lib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/songs/lib/__init__.py b/openlp/plugins/songs/lib/__init__.py index 9003669d0..19397d4ac 100644 --- a/openlp/plugins/songs/lib/__init__.py +++ b/openlp/plugins/songs/lib/__init__.py @@ -172,7 +172,7 @@ class VerseType(object): @staticmethod def from_loose_input(verse_name, default=Other): """ - Return the VerseType for a given string, Other if not found + Return the VerseType for a given string ``verse_name`` The string to return a VerseType for