This commit is contained in:
Celine Mercier
2021-02-10 17:28:49 +13:00
parent 5cc3e29f75
commit 382e37a6ae

View File

@ -805,7 +805,7 @@ cdef class Line :
def __repr__(self):
return bytes2str(self).repr_bytes()
return bytes2str(self.repr_bytes())
cpdef repr_bytes(self):