diff --git a/src/statusicon.py b/src/statusicon.py
index f6e785ce91eb516c0894d9dc74bb63785f4d03be..4dd11040c0762e89f2ded0016e6dbce09f63564f 100644
--- a/src/statusicon.py
+++ b/src/statusicon.py
@@ -50,7 +50,7 @@ class StatusIcon(systray.Systray):
 		self.on_left_click()
 
 	def set_img(self):
-		'''apart from image, we also update tooltip text here'
+		'''apart from image, we also update tooltip text here'''
 		if not gajim.interface.systray_enabled:
 			return
 		text = helpers.get_notification_icon_tooltip_text()