We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32fff4 commit c806103Copy full SHA for c806103
src/textual/widgets/_markdown.py
@@ -1068,7 +1068,7 @@ async def _on_mount(self, _: Mount) -> None:
1068
1069
@classmethod
1070
def get_stream(cls, markdown: Markdown) -> MarkdownStream:
1071
- """Get a [MarkdownStream][textual.widgets.markdown.MarkdownStream] instance stream Markdown in the background.
+ """Get a [MarkdownStream][textual.widgets.markdown.MarkdownStream] instance to stream Markdown in the background.
1072
1073
If you append to the Markdown document many times a second, it is possible the widget won't
1074
be able to update as fast as you write (occurs around 20 appends per second). It will still
0 commit comments