# HG changeset patch # User Stefano Rivera # Date 1359285470 -7200 # Node ID 6b33fc262cefdf2ab1e78fe0115a44644fd9e655 # Parent 2191eafb8d90717f726d9c90b9aaf90e6e2a1788 Typo diff -r 2191eafb8d90 -r 6b33fc262cef pyntnclick/tools/rect_drawer.py --- a/pyntnclick/tools/rect_drawer.py Sun Jan 27 13:13:17 2013 +0200 +++ b/pyntnclick/tools/rect_drawer.py Sun Jan 27 13:17:50 2013 +0200 @@ -240,7 +240,7 @@ if my_rect.colliderect(other_rect): print _('Intersecting rects'), print (_(' Object %(object1)s and %(object2)s') % - {'object1:' num, 'object2': num2}) + {'object1': num, 'object2': num2}) self._print_rects(my_rect, other_rect) print print