etherlab/EthercatMaster.py
changeset 2394 bbc3d3d93562
parent 2392 aad985da14f7
child 2396 41adf1dfc7a7
--- a/etherlab/EthercatMaster.py	Sat Sep 29 16:31:54 2018 +0300
+++ b/etherlab/EthercatMaster.py	Sat Sep 29 16:33:22 2018 +0300
@@ -786,10 +786,8 @@
 #                      Current Buffering Management Functions
 # -------------------------------------------------------------------------------
 
-    """
-    Return a copy of the config
-    """
     def Copy(self, model):
+        """Return a copy of the config"""
         return deepcopy(model)
 
     def CreateBuffer(self, saved):