This commit is contained in:
Robin Dunn
2016-05-19 20:41:46 -07:00
parent b4132cbaa0
commit 8051d899f0

View File

@@ -89,7 +89,7 @@ def addPixelDataBaseClass(module):
briefDoc="Returns the distance between the start of one row to the start of the next row."),
])
# TODO: Try to remember why I chose to do it this way instead of direclty
# TODO: Try to remember why I chose to do it this way instead of directly
# returning an instance of the Iterator and giving it the methods needed
# to be a Python iterator...