mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Fix typos discovered by codespell
This commit is contained in:
@@ -63,7 +63,7 @@ class BitmapTests(wtc.WidgetTestCase):
|
||||
else:
|
||||
self.assertTrue( b2.__nonzero__() == b2.IsOk() )
|
||||
|
||||
# check that the __nonzero__ method can be used with if satements
|
||||
# check that the __nonzero__ method can be used with if statements
|
||||
nzcheck = False
|
||||
if b2:
|
||||
nzcheck = True
|
||||
|
||||
Reference in New Issue
Block a user