Skip to content

Commit b604f43

Browse files
authored
Merge pull request #6028 from davep/fix-that-this-this
Fix a docstring typo
2 parents e4a2bfa + 4f73ad5 commit b604f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def simplify(self) -> Content:
401401
This can produce faster renders but typically only worth it if you have appended a
402402
large number of Content instances together.
403403
404-
Note that this this modifies the Content instance in-place, which might appear
404+
Note that this modifies the Content instance in-place, which might appear
405405
to violate the immutability constraints, but it will not change the rendered output,
406406
nor its hash.
407407

0 commit comments

Comments
 (0)