diff Resources/Samples/Python/HighPerformanceAutoRouting.py @ 3349:ef18ea68a362

merge
author Alain Mazy <alain@mazy.be>
date Thu, 18 Apr 2019 15:52:56 +0200
parents ca65e3dcce72
children 94f4a18a79cc
line wrap: on
line diff
--- a/Resources/Samples/Python/HighPerformanceAutoRouting.py	Thu Apr 18 15:52:25 2019 +0200
+++ b/Resources/Samples/Python/HighPerformanceAutoRouting.py	Thu Apr 18 15:52:56 2019 +0200
@@ -70,7 +70,7 @@
             })
 
         for change in r['Changes']:
-            # We are only interested interested in the arrival of new instances
+            # We are only interested in the arrival of new instances
             if change['ChangeType'] == 'NewInstance':
                 queue.put(change['ID'])