zz
This commit is contained in:
parent
2941bf8a4c
commit
e287236033
@ -355,7 +355,7 @@ class ParsedDocument:
|
||||
if (len(self.body) < 20):
|
||||
r.append(self.body)
|
||||
else:
|
||||
r.append(self.body[0:20]) + " ...."
|
||||
r.append(self.body[0:20] + " ....")
|
||||
return ">>> ".join(r)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user