diff Resources/Samples/Python/AutoClassify.py @ 3338:d00db444a3a3 TomasZubiri/minor-typo-in-comments-1553026669603

minor: typo in comments
author Tomas Zubiri <me@tomaszubiri.com>
date Tue, 19 Mar 2019 20:17:58 +0000
parents 4e43e67f8ecf
children 94f4a18a79cc
line wrap: on
line diff
--- a/Resources/Samples/Python/AutoClassify.py	Tue Mar 19 09:00:34 2019 +0100
+++ b/Resources/Samples/Python/AutoClassify.py	Tue Mar 19 20:17:58 2019 +0000
@@ -107,7 +107,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':
             try:
                 ClassifyInstance(change['ID'])