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

@ -42,9 +42,10 @@ 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 and partial updates. Uses rich.console and rich.live to render markdown content with smooth scrolling
Maintains a sliding window of visible content while streaming in new markdown text. and partial updates. Maintains a sliding window of visible content while streaming
in new markdown text.
""" """
live = None # Rich Live display instance live = None # Rich Live display instance