Merge pull request #3207 from radarhere/typo

Fixed typo
This commit is contained in:
Hugo 2018-06-30 10:59:47 +03:00 committed by GitHub
commit 9cd9344dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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*