diff -r c02818d7e29f -r 7e61baa047f0 controls/DebugVariablePanel/DebugVariableItem.py --- a/controls/DebugVariablePanel/DebugVariableItem.py Mon Aug 14 22:30:41 2017 +0300 +++ b/controls/DebugVariablePanel/DebugVariableItem.py Mon Aug 14 23:27:15 2017 +0300 @@ -38,12 +38,12 @@ # Debug Variable Item Class #------------------------------------------------------------------------------- -""" -Class that implements an element that consumes debug values for PLC variable and -stores received values for displaying them in graphic panel or table -""" class DebugVariableItem(DebugDataConsumer): + """ + Class that implements an element that consumes debug values for PLC variable and + stores received values for displaying them in graphic panel or table + """ def __init__(self, parent, variable, store_data=False): """