Fix docstring for last commit

This commit is contained in:
Jon Tibble 2010-07-10 02:21:03 +01:00
parent 60b5568979
commit 4c08162e33
1 changed files with 1 additions and 2 deletions

View File

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