> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oxen.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Line diff

<a id="oxen.diff/line_diff" />

# oxen.diff/line\_diff

<a id="oxen.diff/line_diff.LineDiff" />

## LineDiff Objects

```python theme={null}
class LineDiff()
```

A class representing a change in a line of text.

<a id="oxen.diff/line_diff.LineDiff.modification" />

## modification

```python theme={null}
@property
def modification() -> ChangeType
```

Returns the modification of the line diff.

<a id="oxen.diff/line_diff.LineDiff.text" />

## text

```python theme={null}
@property
def text() -> str
```

Returns the text of the line diff.
