Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/textual/content.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def simplify(self) -> Content:
This can produce faster renders but typically only worth it if you have appended a
large number of Content instances together.

Note that this this modifies the Content instance in-place, which might appear
Note that this modifies the Content instance in-place, which might appear
to violate the immutability constraints, but it will not change the rendered output,
nor its hash.

Expand Down
Loading