changeset 747:960af9761fb0 pyntnclick

apostrophe abuse
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 20 Jan 2013 12:35:02 +0200
parents 4d032d09d599
children 763ff5a9ee42
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 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]