mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge pull request #6028 from davep/fix-that-this-this
Fix a docstring typo
This commit is contained in:
@@ -401,7 +401,7 @@ class Content(Visual):
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user