fix misspelling

This commit is contained in:
Allen Winter
2022-07-09 09:16:59 -04:00
parent 0b5b06dc5a
commit ba7afe20b0
6 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ class MyWidget1(MyWidget):
super().__init__(":/assets/triangles.png", ":/assets/KDAB_bubble_white.png", parent)
def paintEvent(self, event):
del event # unsed at this time
del event # unused at this time
p = QtGui.QPainter(self)
p.fillRect(self.rect(), QtGui.QColor(0xCC, 0xCC, 0xCC))
p.drawImage(self.background.rect(),