diff Resources/Samples/Python/HighPerformanceAutoRouting.py @ 3340:ca65e3dcce72

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Apr 2019 16:03:29 +0200
parents 4e43e67f8ecf
children 94f4a18a79cc
line wrap: on
line diff
--- a/Resources/Samples/Python/HighPerformanceAutoRouting.py	Thu Apr 04 14:02:55 2019 +0000
+++ b/Resources/Samples/Python/HighPerformanceAutoRouting.py	Thu Apr 04 16:03:29 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'])