Skip to content

Commit 4f73ad5

Browse files
committed
Fix a docstring typo
1 parent e4a2bfa commit 4f73ad5

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)