We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4a2bfa + 4f73ad5 commit b604f43Copy full SHA for b604f43
src/textual/content.py
@@ -401,7 +401,7 @@ def simplify(self) -> Content:
401
This can produce faster renders but typically only worth it if you have appended a
402
large number of Content instances together.
403
404
- 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
405
to violate the immutability constraints, but it will not change the rendered output,
406
nor its hash.
407
0 commit comments