# HG changeset patch # User Tomas Zubiri # Date 1553026678 0 # Node ID d00db444a3a373732df452f4916de59e90eac278 # Parent a15a4b9d8c0074e7e88e75a9887d344884af40ae minor: typo in comments diff -r a15a4b9d8c00 -r d00db444a3a3 Resources/Samples/Python/AutoClassify.py --- 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'])