diff -r c02818d7e29f -r 7e61baa047f0 controls/CustomToolTip.py --- a/controls/CustomToolTip.py Mon Aug 14 22:30:41 2017 +0300 +++ b/controls/CustomToolTip.py Mon Aug 14 23:27:15 2017 +0300 @@ -34,11 +34,11 @@ # Custom ToolTip #------------------------------------------------------------------------------- -""" -Class that implements a custom tool tip -""" class CustomToolTip(wx.PopupWindow): + """ + Class that implements a custom tool tip + """ def __init__(self, parent, tip, restricted=True): """