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