Skip to content

Commit c806103

Browse files
committed
word
1 parent b32fff4 commit c806103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/widgets/_markdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ async def _on_mount(self, _: Mount) -> None:
10681068

10691069
@classmethod
10701070
def get_stream(cls, markdown: Markdown) -> MarkdownStream:
1071-
"""Get a [MarkdownStream][textual.widgets.markdown.MarkdownStream] instance stream Markdown in the background.
1071+
"""Get a [MarkdownStream][textual.widgets.markdown.MarkdownStream] instance to stream Markdown in the background.
10721072
10731073
If you append to the Markdown document many times a second, it is possible the widget won't
10741074
be able to update as fast as you write (occurs around 20 appends per second). It will still

0 commit comments

Comments
 (0)