docs: Format docstring to comply with line length limits

This commit is contained in:
Paul Gauthier (aider) 2025-01-07 05:58:41 -08:00
parent f1bd5cdb52
commit e07e6cd2a3

View file

@ -43,8 +43,9 @@ The end.
class MarkdownStream:
"""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 and partial updates.
Maintains a sliding window of visible content while streaming in new markdown text.
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
in new markdown text.
"""
live = None # Rich Live display instance