mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
style: Remove trailing whitespace in MarkdownStream class docstring
This commit is contained in:
parent
e07e6cd2a3
commit
d616c3fed7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ The end.
|
||||||
|
|
||||||
class MarkdownStream:
|
class MarkdownStream:
|
||||||
"""Streaming markdown renderer that progressively displays content with a live updating window.
|
"""Streaming markdown renderer that progressively displays content with a live updating window.
|
||||||
|
|
||||||
Uses rich.console and rich.live to render markdown content with smooth scrolling
|
Uses rich.console and rich.live to render markdown content with smooth scrolling
|
||||||
and partial updates. Maintains a sliding window of visible content while streaming
|
and partial updates. Maintains a sliding window of visible content while streaming
|
||||||
in new markdown text.
|
in new markdown text.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue