Fix formatting

This commit is contained in:
Ines Montani 2018-11-14 19:10:21 +01:00
parent b3cadd5b81
commit 64257bf3a7
1 changed files with 4 additions and 5 deletions

View File

@ -616,7 +616,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.