From 4e88913aa043dce9f83d122f25755cc9a8baa91f Mon Sep 17 00:00:00 2001 From: Philip Ridout Date: Sat, 6 May 2017 11:45:09 +0100 Subject: [PATCH] PEP fixes --- openlp/plugins/bibles/lib/manager.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/openlp/plugins/bibles/lib/manager.py b/openlp/plugins/bibles/lib/manager.py index fb3a00e64..4588b53e0 100644 --- a/openlp/plugins/bibles/lib/manager.py +++ b/openlp/plugins/bibles/lib/manager.py @@ -305,10 +305,11 @@ class BibleManager(OpenLPMixin, RegistryProperties): """ Does a verse search for the given bible and text. - :param bible: The bible to search in (unicode). - :param second_bible: The second bible (unicode). We do not search in this bible. - :param text: The text to search for (unicode). - + :param bible: The bible to search + :type bible: str + :param text: The text to search for + :type text: str + :return: The search results if valid, or None if the search is invalid. :rtype: None, list """