class LineDiff()
A class representing a change in a line of text.
@property def modification() -> ChangeType
Returns the modification of the line diff.
@property def text() -> str
Returns the text of the line diff.