changeset 797:6b33fc262cef pyntnclick

Typo
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 27 Jan 2013 13:17:50 +0200
parents 2191eafb8d90
children b3b73fd2be07
files pyntnclick/tools/rect_drawer.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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