mirror of https://github.com/explosion/spaCy.git
Fix formatting
This commit is contained in:
parent
b3cadd5b81
commit
64257bf3a7
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue