Fix formatting [ci skip]

This commit is contained in:
Ines Montani 2019-02-08 16:32:36 +01:00
parent 2898768757
commit 694139aad3

View File

@ -107,7 +107,6 @@ cdef class PhraseMatcher:
self.phrase_ids.set(phrase_hash, <void*>ent_id)
def __call__(self, Doc doc):
"""Find all sequences matching the supplied patterns on the `Doc`.
doc (Doc): The document to match over.