From 4c08162e330e4b3a3413c7368d53e0c57265cb0a Mon Sep 17 00:00:00 2001 From: Jon Tibble Date: Sat, 10 Jul 2010 02:21:03 +0100 Subject: [PATCH] Fix docstring for last commit --- openlp/core/lib/serviceitem.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openlp/core/lib/serviceitem.py b/openlp/core/lib/serviceitem.py index a8988aa84..86694e986 100644 --- a/openlp/core/lib/serviceitem.py +++ b/openlp/core/lib/serviceitem.py @@ -117,8 +117,7 @@ class ServiceItem(object): service item in the service manager. ``icon`` - An instance of QIcon or a string to an icon in the resource or on - disk. + A string to an icon in the resources or on disk. """ self.icon = icon self.iconic_representation = build_icon(icon)