comparison pyntnclick/tools/rect_drawer.py @ 797:6b33fc262cef pyntnclick

Typo
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 27 Jan 2013 13:17:50 +0200
parents 6b89fa491b70
children b3b73fd2be07
comparison
equal deleted inserted replaced
796:2191eafb8d90 797:6b33fc262cef
238 for my_rect in rect_list: 238 for my_rect in rect_list:
239 for other_rect in other_list: 239 for other_rect in other_list:
240 if my_rect.colliderect(other_rect): 240 if my_rect.colliderect(other_rect):
241 print _('Intersecting rects'), 241 print _('Intersecting rects'),
242 print (_(' Object %(object1)s and %(object2)s') % 242 print (_(' Object %(object1)s and %(object2)s') %
243 {'object1:' num, 'object2': num2}) 243 {'object1': num, 'object2': num2})
244 self._print_rects(my_rect, other_rect) 244 self._print_rects(my_rect, other_rect)
245 print 245 print
246 print 246 print
247 247
248 def toggle_things(self, ev, widget): 248 def toggle_things(self, ev, widget):