Removed some redundant parantheses
This commit is contained in:
+2
-2
@@ -195,9 +195,9 @@ class GuiMainStatus(QStatusBar):
|
|||||||
self.statsText.setToolTip(
|
self.statsText.setToolTip(
|
||||||
"Project word count (session change)"
|
"Project word count (session change)"
|
||||||
)
|
)
|
||||||
self.statsText.setText((
|
self.statsText.setText(
|
||||||
f"Words: {self.projWords:n} ({self.sessWords:+n})"
|
f"Words: {self.projWords:n} ({self.sessWords:+n})"
|
||||||
))
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
def _updateTime(self):
|
def _updateTime(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user