# HG changeset patch # User Stefano Rivera # Date 1358678102 -7200 # Node ID 960af9761fb0fc0051d6cb6160f7aa17a98de28e # Parent 4d032d09d599428a7cc959fc6d2e58a70269717f apostrophe abuse diff -r 4d032d09d599 -r 960af9761fb0 pyntnclick/tools/rect_drawer.py --- a/pyntnclick/tools/rect_drawer.py Sun Jan 20 12:21:28 2013 +0200 +++ b/pyntnclick/tools/rect_drawer.py Sun Jan 20 12:35:02 2013 +0200 @@ -185,7 +185,7 @@ def find_intersecting_rects(self, d): """Find if any rect collections intersect""" - # I loath N^X brute search algorithm's, but whatever, hey + # I loath N^X brute search algorithms, but whatever, hey scene = self._scene for (num, col) in enumerate(d): rect_list = d[col]