Tidy up the TextLog.write docstring

This commit is contained in:
Dave Pearson
2023-03-01 10:47:32 +00:00
parent 8b22875e37
commit 42718869f1

View File

@@ -95,9 +95,9 @@ class TextLog(ScrollView, can_focus=True):
Args:
content: Rich renderable (or text).
width: Width to render or None to use optimal width. Defaults to `None`.
expand: Enable expand to widget width, or False to use `width`. Defaults to `False`.
shrink: Enable shrinking of content to fit width. Defaults to `True`.
width: Width to render or ``None`` to use optimal width.
expand: Enable expand to widget width, or ``False`` to use `width`.
shrink: Enable shrinking of content to fit width.
"""
renderable: RenderableType