From 3a70f4b8fc5d4878ec3eae31f9bbfaf789b4b504 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 26 Jun 2018 22:07:40 +1000 Subject: [PATCH] Fixed typo --- src/_imagingmorph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_imagingmorph.c b/src/_imagingmorph.c index b700f8482..fc8f246cc 100644 --- a/src/_imagingmorph.c +++ b/src/_imagingmorph.c @@ -219,7 +219,7 @@ match(PyObject *self, PyObject* args) } /* Return a list of the coordinates of all turned on pixels in an image. - May be used to extract features after a sequence of MorphOp's were applied. + May be used to extract features after a sequence of MorphOps were applied. This is faster than match as only 1x1 lookup is made. */ static PyObject*