Skip to content

Commit 030ebed

Browse files
committed
Fix typo in MarkdownStream docstring
1 parent 86ffb00 commit 030ebed

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
@@ -38,7 +38,7 @@
3838

3939

4040
class MarkdownStream:
41-
"""An object to manager streaming markdown.
41+
"""An object to manage streaming markdown.
4242
4343
This will accumulate markdown fragments if they can't be rendered fast enough.
4444

0 commit comments

Comments
 (0)