PEP fixes

This commit is contained in:
Philip Ridout 2017-05-06 11:45:09 +01:00
parent 2747f370a4
commit 4e88913aa0

View File

@ -305,9 +305,10 @@ class BibleManager(OpenLPMixin, RegistryProperties):
""" """
Does a verse search for the given bible and text. Does a verse search for the given bible and text.
:param bible: The bible to search in (unicode). :param bible: The bible to search
:param second_bible: The second bible (unicode). We do not search in this bible. :type bible: str
:param text: The text to search for (unicode). :param text: The text to search for
:type text: str
:return: The search results if valid, or None if the search is invalid. :return: The search results if valid, or None if the search is invalid.
:rtype: None, list :rtype: None, list