corrected function comment

This commit is contained in:
M2j 2011-11-24 23:49:21 +01:00
parent 286ec88fc4
commit ebcf7a5dd2
1 changed files with 1 additions and 1 deletions

View File

@ -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