Fix formatting

This commit is contained in:
ines 2017-10-23 10:38:06 +02:00
parent 0ed0c41bad
commit a31f048b4d

View File

@ -129,6 +129,7 @@ cdef class Span:
def _(self):
return Underscore(Underscore.span_extensions, self,
start=self.start_char, end=self.end_char)
def as_doc(self):
'''Create a Doc object view of the Span's data.