This commit is contained in:
Robin Dunn
2018-03-08 14:07:42 -08:00
parent 5c7046bdbc
commit 86590a6b76

View File

@@ -192,7 +192,7 @@ class GenButton(wx.Control):
"""
Override this method in a subclass to initialize any other events that
need to be bound. Added so :meth:`__init__` doesn't need to be
overriden, which is complicated with multiple inheritance.
overridden, which is complicated with multiple inheritance.
"""
pass