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

@@ -22,7 +22,7 @@ class MyWidget3(MyWidget):
self.triangle = QtGui.QImage(":/assets/tri.png")
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(0xD5, 0xD5, 0xD5))
p.drawImage(self.background.rect(),